Skip to content

Commit

Permalink
Update src/test/java/uk/gov/ons/ctp/response/casesvc/state/StateTrans…
Browse files Browse the repository at this point in the history
…itionManagerUnitTest.java


Rename var
  • Loading branch information
pricem14pc authored Oct 14, 2024
1 parent 053483d commit e38b010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ public void testCaseGroupTransitionFromCompleteToNotStarted() throws CTPExceptio
// When
CaseGroupStatus destinationState =
caseGroupStateMachine.transition(
notStarted, CategoryDTO.CategoryName.COMPLETED_TO_NOTSTARTED);
caseGroupStatus, CategoryDTO.CategoryName.COMPLETED_TO_NOTSTARTED);

// Then
assertEquals(CaseGroupStatus.NOTSTARTED, destinationState);
Expand Down

0 comments on commit e38b010

Please sign in to comment.