plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0737edfc2290ef880b7f1cb74689f51d2b5152af
parent a2afdaf36785bb1ea83c8997abb67b81d8733bb9
Author: gstraube <gstraube@mailbox.org>
Date:   Fri,  2 Nov 2018 16:21:45 +0100

Adjust method signature

Signed-off-by: gstraube <gstraube@mailbox.org>

Diffstat:
Mapp/src/test/java/com/github/cythara/SamplerTest.java | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/test/java/com/github/cythara/SamplerTest.java b/app/src/test/java/com/github/cythara/SamplerTest.java @@ -54,7 +54,7 @@ public class SamplerTest { } @Test - public void the_most_frequent_note_is_extracted_correctly() throws Exception { + public void the_most_frequent_note_is_extracted_correctly() { List<PitchDifference> samples = new ArrayList<>(); samples.add(new PitchDifference(E2, 2D));