Skip to content

Commit d18ea4f

Browse files
committed
Fix tests
1 parent e6637e7 commit d18ea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yup_audio_formats/yup_FlacAudioFormat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const std::vector<String> getAllFlacTestFiles()
4040
return {
4141
"M1F1-int16.flac",
4242
"M1F1-int24.flac",
43-
"M1F1-int32.flac"
43+
"M1F1-int32.flac",
4444
"M1F1-uint8.flac"
4545
};
4646
}

0 commit comments

Comments
 (0)