Skip to content

Commit

Permalink
[GTMP-2008] - Ajuste no teste unitário
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianorede committed May 19, 2023
1 parent b192ebe commit 5b07d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com/maxipago/MaxiPagoTestWiremock.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ public void shouldCreateSaleWithTokenCryptogram() throws PropertyException {
.setTokenCryptogram("abc1238759uiokjflahdfkjlahs"))
.setPayment(new Payment(100.0));

maxiPago.transactionRequest().execute();
TransactionResponse response = maxiPago.transactionRequest().execute();
assertEquals("0", response.responseCode);
}

@Test
Expand Down

0 comments on commit 5b07d39

Please sign in to comment.