Fix incorrect function declaration
This commit is contained in:
parent
224a67dc9f
commit
235f9857c9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class ADS7_4_test {
|
||||||
String fileToTest = "RouteServer.java";
|
String fileToTest = "RouteServer.java";
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
private void init() throws Exception {
|
public void init() throws Exception {
|
||||||
String swiss = "Winterthur Zürich 25\n" +
|
String swiss = "Winterthur Zürich 25\n" +
|
||||||
"Zürich Bern 126\n" +
|
"Zürich Bern 126\n" +
|
||||||
"Zürich Genf 277\n" +
|
"Zürich Genf 277\n" +
|
||||||
|
|
Loading…
Reference in a new issue