Skip to content

Commit

Permalink
winpath in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LoannPeurey committed Dec 10, 2024
1 parent 1aaaf9b commit 4f719e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_invalid_project():
]

expected_warnings = [
"Metadata files for sets ['textgrid', 'vtc_rttm', 'alice', 'ranges'] could not be found, they should be created as annotations/<set>/metannots.yml",
os.path.normpath("Metadata files for sets ['textgrid', 'vtc_rttm', 'alice', 'ranges'] could not be found, they should be created as annotations/<set>/metannots.yml"),
os.path.normpath("examples/invalid_raw_data/metadata/recordings.csv")+ ": '2' does not pass callable test for column 'noisy_setting' on line 2",
"file '"+ os.path.normpath("examples/invalid_raw_data/recordings/raw/test_1_2020091.mp3")+"' not indexed.",
"the data content of recording 'test_1_is_broken.mp3' at path " + os.path.normpath("'examples/invalid_raw_data/recordings/raw/test_1_is_broken.mp3'") + " is absent. See 'broken symlinks'"
Expand Down

0 comments on commit 4f719e7

Please sign in to comment.