Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
devc007 and MarkEWaite authored Dec 17, 2023
1 parent 2f018e8 commit d1ac058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testSetEmptyColor() {
String color = "";
EmbeddableBadgeConfig config = new EmbeddableBadgeConfig("test-empty-color");
config.setColor(color);
assertThat(config.getColor(), is(nullValue()));
assertThat(config.getColor(), is(""));
}

@Test
Expand Down

0 comments on commit d1ac058

Please sign in to comment.