Skip to content

Commit 3243990

Browse files
committed
removed redundant SurchargeType assertion
1 parent 978ee99 commit 3243990

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/adyen/BinLookupTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public void TestGetCostEstimateSuccessMocked() throws Exception {
103103
assertEquals("EUR", costEstimateResponse.getCostEstimateAmount().getCurrency());
104104
assertEquals(12L, costEstimateResponse.getCostEstimateAmount().getValue().longValue());
105105
assertEquals("Success", costEstimateResponse.getResultCode());
106-
assertEquals("PASSTHROUGH", costEstimateResponse.getSurchargeType());
107106
}
108107

109108
@Test

0 commit comments

Comments
 (0)