Skip to content

Commit

Permalink
NO-JIRA Renaming TestTransfer as TransferTest to be compatible with t…
Browse files Browse the repository at this point in the history
…he other tests names
  • Loading branch information
clebertsuconic committed Aug 23, 2021
1 parent c300d58 commit 7e7150f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@
import org.junit.runners.Parameterized;

@RunWith(Parameterized.class)
public class TestTransfer extends SmokeTestBase {
public class TransferTest extends SmokeTestBase {

public static final String SERVER_NAME_0 = "transfer1";
public static final String SERVER_NAME_1 = "transfer2";
Expand All @@ -50,7 +50,7 @@ public class TestTransfer extends SmokeTestBase {
String senderProtocol = "amqp";
String consumerProtocol = "amqp";

public TestTransfer(String sender, String consumer, String source, String target) {
public TransferTest(String sender, String consumer, String source, String target) {
this.senderProtocol = sender;
this.consumerProtocol = consumer;
this.sourceTransferProtocol = source;
Expand Down

0 comments on commit 7e7150f

Please sign in to comment.