From 7383b93d910754bec9a49a3aa1c4b9838ef20071 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Wed, 5 Jun 2024 14:43:24 -0400 Subject: [PATCH] Update fastpair/test/test_fastpair.py Co-authored-by: Carson Farmer --- fastpair/test/test_fastpair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastpair/test/test_fastpair.py b/fastpair/test/test_fastpair.py index d3d78ee..11d6e80 100644 --- a/fastpair/test/test_fastpair.py +++ b/fastpair/test/test_fastpair.py @@ -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)