We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06be30 commit d012e98Copy full SHA for d012e98
tests/test_55_jump_game.py
@@ -12,6 +12,6 @@
12
([3, 2, 1, 0, 4], False),
13
],
14
)
15
-def test_func(nums: List[int], expected: List[int]):
+def test_func(nums: List[int], expected: bool):
16
can_jump = Solution().canJump(nums)
17
assert can_jump == expected
0 commit comments