forked from pierront/mylibrary-template
Update SubscriptionFunctionTest.java
This commit is contained in:
@@ -11,7 +11,6 @@ import io.cucumber.java.en.Given;
|
||||
|
||||
public class SubscriptionFunctionTest {
|
||||
|
||||
List<Map<String, String>> rows = DataTable.asMaps(String.class, String.class);
|
||||
private final Map<String, Map<String, String>> subscriptions = new HashMap<>();
|
||||
private final Map<String, Map<String, String>> customers = new HashMap<>();
|
||||
|
||||
@@ -109,4 +108,4 @@ public class SubscriptionFunctionTest {
|
||||
iRequestANewSubscriptionWithTheFollowingInformation(dataTable);
|
||||
lastRequestSuccess = false;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user