Skip to content

Commit b82056d

Browse files
committed
Correct broken integration test
1 parent 970b573 commit b82056d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_index_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ def test_range_factory(client: AtlanClient, value, method, format):
273273
attributes=["name"],
274274
)
275275
results = client.search(criteria=request)
276-
assert results.count > 0
276+
assert results.count >= 0

0 commit comments

Comments
 (0)