We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c89b6 commit 64da711Copy full SHA for 64da711
test/asynchronous/test_max_staleness.py
@@ -141,7 +141,6 @@ async def test_last_write_date(self):
141
assert first is not None
142
143
assert second is not None
144
- print(second, first)
145
self.assertGreater(second, first)
146
self.assertLess(second, first + 10)
147
test/test_max_staleness.py
@@ -141,7 +141,6 @@ def test_last_write_date(self):
0 commit comments