Skip to content

Commit

Permalink
Update fastpair/test/test_fastpair.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Farmer <carson.farmer@gmail.com>
  • Loading branch information
jGaboardi and carsonfarmer authored Jun 5, 2024
1 parent d053de5 commit 7383b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastpair/test/test_fastpair.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_iter(self, point_set):

fp[ps[0]] = fp[ps[0]].neigh
try:
fp[ps[0]].neigh # noqa: B018
assert fp[ps[0]].neigh
except KeyError as err:
print(err)

Expand Down

0 comments on commit 7383b93

Please sign in to comment.