Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbrain committed Jan 31, 2025
1 parent 6c4979c commit 5402440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CedarJava/src/test/java/com/cedarpolicy/EntityTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public void newWithEntityUIDTests() {

// Test that a key is not found
assertEquals(principal.getAttr("stringAttr"), null);

// Test the Entity's parents
assertEquals(principal.getParents().size(), 0);
}

@Test
Expand Down

0 comments on commit 5402440

Please sign in to comment.