8000 py3 vs py2 fixes · rmagier1/server-client-python@11ada55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11ada55

Browse files
committed
py3 vs py2 fixes
1 parent 794f490 commit 11ada55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_regression_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
class BugFix257(unittest.TestCase):
66
def test_empty_request_works(self):
77
result = factory.EmptyRequest().empty_req()
8-
self.assertEquals('<tsRequest />', result)
8+
self.assertEqual(b'<tsRequest />', result)

0 commit comments

Comments
 (0)
0