Skip to content

Commit

Permalink
removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Nov 19, 2024
1 parent 068b348 commit 76aba64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/infobip/api/MessagesApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ void shouldParseReceiveIncomingMessages() {
String expectedDestination = "48123098765";
String expectedText = "Text message 123";
String expectedCleanText = "Text message";
Integer expectedMessageCount = 1;
String expectedType = "TEXT";
String expectedReceivedAt = "2020-02-06T14:18:29.797+0000";
String expectedMessageId = "ABEGVUGWh3gEAgo-sLTvmQCS5kwjhsy";
Expand Down

0 comments on commit 76aba64

Please sign in to comment.