Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Nov 22, 2023
1 parent 4597fc0 commit 5af6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_root_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[
(_TEST_ROOT_DIR, None, False, _TEST_ROOT_DIR),
(None, "nersc", False, _NERSC_SITE),
(None, None, True, _ENV_SITE),
(None, None, True, _NERSC_SITE),
(None, None, False, _NERSC_SITE),
(_TEST_ROOT_DIR, "nersc", False, _TEST_ROOT_DIR),
(_TEST_ROOT_DIR, "nersc", True, _TEST_ROOT_DIR),
Expand Down

0 comments on commit 5af6072

Please sign in to comment.