Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 23, 2023
1 parent 82e26cd commit e55cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_serialize_deserialize(self):
new_ctx = new_serial.pop('context')
self.assertEqual(new_serial, serialized)
self.assertEqual(ctx['frame_stack'], new_ctx['frame_stack'])
self.assertGreater(new_ctx['timeout'], ctx['timeout'])
self.assertEqual(new_ctx['timeout'], ctx['timeout'])

# Test default value deserialize
test_session = Session.deserialize(dict())
Expand Down

0 comments on commit e55cc35

Please sign in to comment.