Skip to content

Commit 3109e7c

Browse files
authored
Merge pull request #413 from ExaWorks/fix_silly_thing_1
Removes a misplaced call in a test
2 parents 08e88c9 + 89cdfd6 commit 3109e7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_job_spec.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ def test_path_conversion() -> None:
4545
assert JobSpec(stderr_path=os.path.join("test", "path")).stderr_path == Path("test") / "path"
4646
assert JobSpec(pre_launch=os.path.join("test", "path")).pre_launch == Path("test") / "path"
4747
assert JobSpec(post_launch=os.path.join("test", "path")).post_launch == Path("test") / "path"
48-
49-
50-
test_environment_types()

0 commit comments

Comments
 (0)