Skip to content

Commit 9690827

Browse files
committed
Rename TRexClientTest in test source folder to avoid naming conflict
with class in e2e-test folder Signed-off-by: Leo Ma <[email protected]>
1 parent e0bb4ae commit 9690827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/cisco/trex/stateless/TRexClientTest.java renamed to src/test/java/com/cisco/trex/stateless/TRexClientMethodsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.mockito.Mockito;
2222

2323
@SuppressWarnings("javadoc")
24-
public class TRexClientTest {
24+
public class TRexClientMethodsTest {
2525

2626
private static TRexTransport transport = Mockito.mock(TRexTransport.class);
2727
private static TRexClient client;

0 commit comments

Comments
 (0)