Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser59 committed Sep 1, 2023
1 parent 0e6450d commit d5af444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HIRS_Utils/src/test/java/hirs/data/persist/PolicyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ public void testNotEquals() {
Policy p2 = new TestPolicy(name2);
Assertions.assertNotEquals(p2, p1);
Assertions.assertNotEquals(p2, p1);
Assertions.assertEquals(p1, p1);
Assertions.assertEquals(p2, p2);
}

/**
Expand Down

0 comments on commit d5af444

Please sign in to comment.