Skip to content

Commit

Permalink
Fix issues caused by refactoring the constructor order
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyibalint committed Nov 27, 2023
1 parent ce32895 commit ad417f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ class DefaultReportableProblemTest extends Specification {
new RuntimeException("cause"),
"a:b:c",
additionalData,
new OperationIdentifier(1),
internalProblems,
new OperationIdentifier(1)
)
}

Expand Down

0 comments on commit ad417f6

Please sign in to comment.