Skip to content

Commit

Permalink
Reorder toEqual in toImplementSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU committed May 14, 2024
1 parent 8e59967 commit 4224271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-sdk-testing/src/jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ export function toImplementSpec<
.sort();

try {
expect(integrationStepIds).toEqual(specStepIds);
expect(specStepIds).toEqual(integrationStepIds);
} catch (err) {
return {
message: () =>
Expand Down

0 comments on commit 4224271

Please sign in to comment.