Skip to content

Commit

Permalink
feat(ZNTA-2061) fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Jul 3, 2017
1 parent e446210 commit 47de7b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ public void testStateToStyle() throws Exception {
assertThat(stateToStyle(NeedReview)).contains("unsure");
assertThat(stateToStyle(Translated)).contains("success");
assertThat(stateToStyle(Approved)).contains("highlight");
assertThat(stateToStyle(Rejected)).contains("danger");
assertThat(stateToStyle(Rejected)).contains("warning");
}

@Test
Expand Down

0 comments on commit 47de7b5

Please sign in to comment.