Skip to content

Commit

Permalink
chore: remove wrong spaces in BaseTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann authored Oct 12, 2023
1 parent 9e79fc1 commit 4a99ab6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class BaseTest {
protected String eventId;
@Value("${cardano.network}")
private String cardanoNetwork;
private WireMockServer wireMockServer;
private WireMockServer wireMockServer;

@BeforeAll
public void setUp() {
Expand Down Expand Up @@ -142,4 +142,4 @@ public void setUp() {
public void tearDown() {
wireMockServer.stop();
}
}
}

0 comments on commit 4a99ab6

Please sign in to comment.