Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
test: self._cache = json.load(f, cls=partial(CacheDecoder, self.client))
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgetx committed Feb 1, 2021
1 parent ec1e85e commit e09312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_init_cache_from_file(self):
mtime2 = os.path.getmtime(client.resources._Discoverer__cache_file)

# test no Discoverer._write_cache called
self.assertTrue(mtime1 == mtime2)
self.assertTrue(mtime1 == mtime2)

0 comments on commit e09312a

Please sign in to comment.