Skip to content

Commit

Permalink
fix test for new approx count (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen authored Apr 18, 2024
1 parent 397ab8a commit f964c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_read_metadata():

assert ns.exists()
assert ns.dimensions() == 2
assert ns.approx_count() == 92
assert ns.approx_count() == 98

all_ns = tpuf.namespaces()
assert ns in list(all_ns)
Expand Down

0 comments on commit f964c83

Please sign in to comment.