Skip to content

Commit 29e4923

Browse files
authored
Update ApplicationIntegrationTest.java
1 parent 31f858f commit 29e4923

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spring-soap/src/test/java/com/baeldung/springsoap/ApplicationIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.baeldung.springsoap;
22

3+
import com.baeldung.springsoap.gen.GetCountryRequest;
34
import org.junit.Before;
45
import org.junit.Test;
56
import org.junit.runner.RunWith;
@@ -35,4 +36,4 @@ public void whenSendRequest_thenResponseIsNotNull() {
3536

3637
assertThat(ws.marshalSendAndReceive("http://localhost:" + port + "/ws", request)).isNotNull();
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)