Skip to content

Commit

Permalink
fix random typo in test_bytes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sziraqui authored Mar 10, 2018
1 parent 86be73e commit f92d8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datatypes/test_bytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_contains(self):

def test_isalnum(self):
self.assertCodeExecution("""
print(b'w1thnumb3r2'.isalnum('jk'))
print(b'w1thnumb3r2'.isalnum())
print(b'withoutnumber'.isalnum())
print(b'with spaces'.isalnum())
print(b'666'.isalnum())
Expand Down

0 comments on commit f92d8d6

Please sign in to comment.