Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Fixing message trimming test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Apr 21, 2014
1 parent faa5729 commit 762edcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/apb/beacon/alert/PanicMessageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void shouldSendSMSWithOutLocationToAllConfiguredPhoneNumbersIfTheLocation

@Test
public void shouldTruncateTheMessagePartIfItExceeds() {
String expectedMessage = "Normal test message.Normal test message.Normal test message.Normal test messag" + finerLocationText;
String expectedMessage = "Normal test message.Normal test message.Normal test message.Normal test messa" + finerLocationText;

PanicMessage panicMessage = createPanicMessage();
panicMessage.send(finerLocation);
Expand Down

0 comments on commit 762edcf

Please sign in to comment.