Change default volume in the tests
This commit is contained in:
parent
1cd4a95246
commit
06ba2d7293
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ TEST_CASE("[Region] Parsing opcodes")
|
|||
|
||||
SECTION("volume")
|
||||
{
|
||||
REQUIRE(region.volume == 0.0f);
|
||||
REQUIRE(region.volume == -3.0f);
|
||||
region.parseOpcode({ "volume", "4.2" });
|
||||
REQUIRE(region.volume == 4.2f);
|
||||
region.parseOpcode({ "volume", "-4.2" });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue