Skip to content

Commit 1e788d2

Browse files
committed
Remove an extra comma in the test
1 parent 2bc7805 commit 1e788d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_check_nullbytes(self):
336336
expected = "stdin:1:2: E901 SyntaxError"
337337
else:
338338
expected = "stdin:1:1: E901 TypeError"
339-
self.assertTrue(stdout.startswith(expected),,
339+
self.assertTrue(stdout.startswith(expected),
340340
msg='Output %r does not start with %r' %
341341
(stdout, expected))
342342
self.assertFalse(sys.stderr)

0 commit comments

Comments
 (0)