Skip to content

Commit 7575f7e

Browse files
committed
address review
1 parent 07e453e commit 7575f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def to_list(iterable: Iterable[Dict[str, Any]]) -> List[Dict[str, Any]]:
141141
docs = to_list(cursor)
142142
self.assertTrue(docs)
143143

144-
def test_district(self) -> None:
144+
def test_distinct(self) -> None:
145145
self.coll.delete_many({})
146146
self.coll.insert_many(
147147
[

0 commit comments

Comments
 (0)