Skip to content

Commit

Permalink
removed redundant SurchargeType test
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah committed Feb 17, 2025
1 parent d96912a commit 72f8ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/adyen/BinLookupTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public void TestGetCostEstimateSuccessMocked() throws Exception {
assertEquals("EUR", costEstimateResponse.getCostEstimateAmount().getCurrency());
assertEquals(12L, costEstimateResponse.getCostEstimateAmount().getValue().longValue());
assertEquals("Success", costEstimateResponse.getResultCode());
assertEquals("PASSTHROUGH", costEstimateResponse.getSurchargeType());
}

@Test
Expand Down

0 comments on commit 72f8ca5

Please sign in to comment.