Skip to content

Commit

Permalink
fix: display error message correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 7, 2023
1 parent 69d2711 commit daccc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/descriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ export function getConcordanceTheme() {
}

export function diffDescriptors(actual: unknown, expected: unknown, options: DisplayOptions): string {
return concordanceModule.diff(expected, actual, options)
return concordanceModule.diff(actual, expected, options)
}

0 comments on commit daccc05

Please sign in to comment.