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

Commit 5190018

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

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
@@ -1072,7 +1072,7 @@ def test_ctor_explicit(self):
10721072
dataset.path, "/projects/%s/datasets/%s" % (OTHER_PROJECT, self.DS_ID)
10731073
)
10741074
# creating a list of entries relies on AccessEntry.from_api_repr
1075-
# which does no create an object in exactly the same way as calling the
1075+
# which does not create an object in exactly the same way as calling the
10761076
# class directly. We rely on calls to .entity_type and .entity_id to
10771077
# finalize the settings on each class.
10781078
entry_pairs = zip(dataset.access_entries, entries)

0 commit comments

Comments
 (0)