diff --git a/tests/RegionValuesT.cpp b/tests/RegionValuesT.cpp index 91df9ba0..5c0ae4b3 100644 --- a/tests/RegionValuesT.cpp +++ b/tests/RegionValuesT.cpp @@ -1949,7 +1949,7 @@ TEST_CASE("[Values] Pitch Random") std::vector expected { "/region0/pitch_random,f : { 0 }", "/region1/pitch_random,f : { 10 }", - "/region2/pitch_random,f : { 0 }", + "/region2/pitch_random,f : { -4 }", }; REQUIRE(messageList == expected); }