Skip to content

Commit 6841959

Browse files
Copilotev-br
andcommitted
Replace assert True with meaningful assertion
Co-authored-by: ev-br <2133832+ev-br@users.noreply.github.com>
1 parent d70bf92 commit 6841959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

array_api_tests/test_special_cases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,6 @@ def test_print_special_cases_registry():
13891389
else:
13901390
print("No special cases recorded")
13911391
print("=" * 80)
1392-
# This test always passes - it's just for printing
1393-
assert True
1392+
# Verify the registry is accessible
1393+
assert isinstance(special_cases_registry, list)
13941394

0 commit comments

Comments
 (0)