Skip to content

Commit

Permalink
test: rename variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Jan 31, 2024
1 parent 6e8b1d1 commit 09f14b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/files/tests/fs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_write_sidecars_one_found(capsys: CaptureFixture[str]) -> None:
write(path, content)
non_existing_path = os.path.join(target, "test.prj")
# Write the sidecar files with one unexisting
write_sidecars([path_unexisting, path], os.path.join(target, "/tmp"))
write_sidecars([non_existing_path, path], os.path.join(target, "/tmp"))
logs = capsys.readouterr().out
# One has not been found
assert "No sidecar file found; skipping" in logs
Expand Down

0 comments on commit 09f14b3

Please sign in to comment.