Skip to content

Commit

Permalink
This one too
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 1, 2024
1 parent 395ce65 commit e1b751e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gen_adsr_envelope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ TEST_CASE("TEST_adsr_envelope")
);
wav.write(buff);
}
compare_golden("gen_adsr_envelope");
compare_golden("gen_adsr_envelope", 1e-6);
}
2 changes: 1 addition & 1 deletion test/gen_envelope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ TEST_CASE("TEST_envelope")
);
wav.write(buff);
}
compare_golden("gen_envelope");
compare_golden("gen_envelope", 1e-6);
}

0 comments on commit e1b751e

Please sign in to comment.