Skip to content

Commit

Permalink
Introduced HearingDecision
Browse files Browse the repository at this point in the history
  • Loading branch information
apereverzin1 committed Feb 5, 2025
1 parent 100e647 commit dd2a81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class BailCaseFieldDefinitionTest {
*/
@Test
void fail_if_changes_needed_after_modifying_bail_case_definition() {
assertEquals(301, BailCaseFieldDefinition.values().length);
assertEquals(302, BailCaseFieldDefinition.values().length);
}

@Test
Expand Down

0 comments on commit dd2a81c

Please sign in to comment.