Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
attachment: Fix the test broken by ff683a2
Browse files Browse the repository at this point in the history
  • Loading branch information
eungjun-yi committed Feb 3, 2014
1 parent e1ee844 commit f5fd54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/AttachmentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void testSaveInUserTemporaryArea() throws IOException, NoSuchAlgorithmExc

// Then
assertThat(attach.name).isEqualTo("bar.txt");
assertThat(attach.mimeType).isEqualTo("text/plain");
assertThat(attach.mimeType).isEqualTo("text/plain; charset=UTF-8");
assertThat(new String(b, 0, length)).isEqualTo(new String("Hello"));
}

Expand Down

0 comments on commit f5fd54b

Please sign in to comment.