Fix incorrect function declaration

This commit is contained in:
Manuel Thalmann 2022-11-05 16:02:45 +01:00
parent 224a67dc9f
commit 235f9857c9

View file

@ -22,7 +22,7 @@ public class ADS7_4_test {
String fileToTest = "RouteServer.java";
@BeforeEach
private void init() throws Exception {
public void init() throws Exception {
String swiss = "Winterthur Zürich 25\n" +
"Zürich Bern 126\n" +
"Zürich Genf 277\n" +