Skip to content

Commit

Permalink
Merge pull request #1383 from nipy/fix/validator-classvar
Browse files Browse the repository at this point in the history
TEST: Replace dict literal with set()
  • Loading branch information
effigies authored Oct 25, 2024
2 parents 7b5060e + 069942c commit 1b86af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/tests/test_api_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class TestRunAllTests(ValidateAPI):
We check this in the module teardown function
"""

run_tests = {}
run_tests = set()

def obj_params(self):
yield 1, 2
Expand Down

0 comments on commit 1b86af0

Please sign in to comment.