Update ApplicationIntegrationTest.java

This commit is contained in:
Ciro Alvino 2019-02-10 17:13:27 -08:00 committed by GitHub
parent 31f858f3ba
commit 29e492342e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.baeldung.springsoap;
import com.baeldung.springsoap.gen.GetCountryRequest;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -35,4 +36,4 @@ public class ApplicationIntegrationTest {
assertThat(ws.marshalSendAndReceive("http://localhost:" + port + "/ws", request)).isNotNull();
}
}
}