Skip to content

Commit 5b8b337

Browse files
committed
clarify comment
1 parent cc938e3 commit 5b8b337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/test_feature_store.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ def test_upsert_older_version_after_delete(self, store):
251251
assert store.get(FEATURES, 'foo', lambda x: x) is None
252252

253253
def test_stores_with_different_prefixes_are_independent(self, tester):
254-
# This verifies that init, get, and upsert are all correctly using the specified key prefix.
254+
# This verifies that init(), get(), all(), and upsert() are all correctly using the specified key prefix.
255+
# The delete() method isn't tested separately because it's implemented as a variant of upsert().
255256
if not tester.supports_prefix:
256257
return
257258

0 commit comments

Comments
 (0)