Commit c352f14e by Ali Mohammad

Test made more sensitive!

parent 0393a23c
......@@ -368,7 +368,7 @@ class _UserStateClientTestCRUD(_UserStateClientTestUtils):
start_time = datetime.now(pytz.utc)
self.set_many(
user=0,
block_to_state={0: {'a': 'b'}})
block_to_state={0: {'a': 'b'}, 1: {'a': 'd'}})
mid_time = datetime.now(pytz.utc)
self.set_many(
user=0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment