Skip to content

Commit

Permalink
Fix TODO edit by removing altogether.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Apr 2, 2022
1 parent 7c4c5fb commit 52ff017
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_synced_collections/synced_collection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ class MyStr(str):
assert key in synced_collection
assert synced_collection[key] == testdata

# This test should only be applied for backends where JSON-formatting
# is required.
def test_keys_invalid_type(self, synced_collection, testdata):
class A:
pass
Expand Down

0 comments on commit 52ff017

Please sign in to comment.