diff --git a/sdl2-hyper-sonic-drivers/test/HyperSonicDrivers/files/TestVOCFile.cpp b/sdl2-hyper-sonic-drivers/test/HyperSonicDrivers/files/TestVOCFile.cpp index 0e9b5d2b..823f588a 100644 --- a/sdl2-hyper-sonic-drivers/test/HyperSonicDrivers/files/TestVOCFile.cpp +++ b/sdl2-hyper-sonic-drivers/test/HyperSonicDrivers/files/TestVOCFile.cpp @@ -46,8 +46,8 @@ namespace HyperSonicDrivers::files VOCFile, VocFileTest, ::testing::Values( - std::make_tuple("../fixtures/VSCREAM1.VOC", audio::mixer::eChannelGroup::Sfx, 8000, 5818, 0x80), - std::make_tuple("../fixtures/DUNE.VOC", audio::mixer::eChannelGroup::Speech, 14705, 15234, 0x83) + std::make_tuple("../fixtures/VSCREAM1.VOC", audio::mixer::eChannelGroup::Sfx, 8000, 5817, 0x80), + std::make_tuple("../fixtures/DUNE.VOC", audio::mixer::eChannelGroup::Speech, 14705, 15233, 0x83) ) );