We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1e85e commit e09312aCopy full SHA for e09312a
1 file changed
dynamic/test_discovery.py
@@ -37,4 +37,4 @@ def test_init_cache_from_file(self):
37
mtime2 = os.path.getmtime(client.resources._Discoverer__cache_file)
38
39
# test no Discoverer._write_cache called
40
- self.assertTrue(mtime1 == mtime2)
+ self.assertTrue(mtime1 == mtime2)
0 commit comments