Skip to content

Commit

Permalink
Chore: arguments in wrong order (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky authored Dec 20, 2024
1 parent 43546bb commit 706e10f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ protected void assertSamePlanItemState(CaseInstance c1) {
assertEquals(runtimePlanItem.getState(), historicPlanItemInstance.getState());
}

assertEquals(historyMap.size(), 0);
assertEquals(0, historyMap.size());
}
}

Expand Down

0 comments on commit 706e10f

Please sign in to comment.