Skip to content

Commit

Permalink
online-judge-tools#355: fix test at yukicoder
Browse files Browse the repository at this point in the history
  • Loading branch information
uta8a committed Mar 8, 2019
1 parent d0ac414 commit 6e60449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/service_yukicoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_donwload_sample_cases(self):
TestCase(name='sample-4', input_name='サンプル4 入力', input_data=b'\n', output_name='サンプル4 出力', output_data=b'1\n'),
])

@unittest.expectedFailure
def test_donwload_sample_cases_issue_355(self):
# see https://github.com/kmyk/online-judge-tools/issues/355
self.assertEqual(YukicoderProblem.from_url('https://yukicoder.me/problems/no/649').download_sample_cases(), [
Expand Down

0 comments on commit 6e60449

Please sign in to comment.