Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 9a6f0b6

Browse files
authored
Update tests/unit/test_dataset.py
1 parent 5190018 commit 9a6f0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ def test_access_entries_setter(self):
11161116
dataset.access_entries = entries
11171117

11181118
# creating a list of entries relies on AccessEntry.from_api_repr
1119-
# which does no create an object in exactly the same way as calling the
1119+
# which does not create an object in exactly the same way as calling the
11201120
# class directly. We rely on calls to .entity_type and .entity_id to
11211121
# finalize the settings on each class.
11221122
entry_pairs = zip(dataset.access_entries, entries)

0 commit comments

Comments
 (0)