Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jun 26, 2024
1 parent 2c780b3 commit 06107ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class TestModifierManager
return tag;
}

getDebugName({ Klass }: TestModifierDefinitionState) {
getDebugName(state: TestModifierDefinitionState, { Klass }: TestModifierDefinitionState) {
return Klass?.name || '<unknown>';
}

Expand Down

0 comments on commit 06107ec

Please sign in to comment.