Skip to content

Commit dd4d543

Browse files
authored
Merge pull request #65 from online-judge-tools/revert-expected-failure-on-topcoder
Revert a temporary @unittest.expectedFailure for a test for Topcoder
2 parents 3941298 + 73346e0 commit dd4d543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/analyzer_topcoder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def test_11026(self):
3737
definition = analyzer.parse_topcoder_class_definition(html, url=url)
3838
self.assertEqual(definition, expected)
3939

40-
# TODO: This problem may be deleted (found at 2020/09/19). Wait for a while (a month?) and delete this test if the problem actually deleted.
41-
@unittest.expectedFailure
4240
def test_10727(self):
4341
# `long` is used.
4442
url = 'https://community.topcoder.com/stat?c=problem_statement&pm=10727'

0 commit comments

Comments
 (0)