Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Dec 18, 2024
1 parent 5a6bf9b commit 1064243
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ public void works() {
ParsedSplit expected = ParsedSplit.createParsedSplitForTests("first.name", 123, false, Treatments.OFF, listOfMatcherAndSplits, "user", 1, 1, new HashSet<>(), true);

Assert.assertEquals(actual, expected);
assertTrue(expected.hashCode() != 0);
assertTrue(expected.equals(expected));
}

@Test
Expand Down

0 comments on commit 1064243

Please sign in to comment.