Skip to content

Commit

Permalink
Test comparision of asynccachemaps for different class
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 14, 2023
1 parent 18d69c8 commit 880c5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/utilities_t/test_asynccachemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ def test_eq_async_cache_map(self):
# Make them equal again
test_cache_map._last_update = self.async_cache_map._last_update
self.assertTrue(self.async_cache_map == test_cache_map)

# Test different class
self.assertFalse(self.async_cache_map == self.test_data)

0 comments on commit 880c5e0

Please sign in to comment.