Skip to content

Commit 79fef7d

Browse files
committed
Expected filenames of secondary files
.. so it's consistent between the two tests
1 parent 17a180c commit 79fef7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_provenance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def test_nested_workflow(self):
8989

9090
def test_secondary_files_implicit(self):
9191
tmpdir = tempfile.mkdtemp("test_secondary_files_implicit")
92-
file1 = os.path.join(tmpdir, "file.txt")
93-
file1idx = os.path.join(tmpdir, "file.txt.idx")
92+
file1 = os.path.join(tmpdir, "foo1.txt")
93+
file1idx = os.path.join(tmpdir, "foo1.txt.idx")
9494

9595
with open(file1, "w", encoding="ascii") as f:
9696
f.write("foo")

0 commit comments

Comments
 (0)