From c70601a7145d53cb52f053513e696754e7363611 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 19 Mar 2021 12:24:22 +0100 Subject: [PATCH] Update tests --- tests/RegionValuesT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }