Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Feb 19, 2015
1 parent 15f8b5c commit c4b5599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void fail_to_parse_csv() throws Exception {
DatabaseMigration migration = new FeedFileSourcesBinaryData(db.database());

thrown.expect(IllegalStateException.class);
thrown.expectMessage("Error during processing of row: [id=1]");
thrown.expectMessage("Error during processing of row: [id=1,data=");

migration.execute();
}
Expand Down

0 comments on commit c4b5599

Please sign in to comment.