Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 29, 2024
1 parent 837f380 commit fea135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def load_testing_config() -> dict:
"Please try reinstalling the package."
)

with open(file=test_config_file_path) as file:
with open(file=TESTING_CONFIG_FILE_PATH) as file:
test_config = json.load(file)

return test_config
Expand Down

0 comments on commit fea135d

Please sign in to comment.