Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Feb 11, 2024
1 parent c9bbbd2 commit a1143f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ it(
init({
options: { parameterStructure: 'by-name', parameterStructures: 'by-name' },
}),
).toThrowErrorMatchingInlineSnapshot(`[TypeError: Please remove key.]`)
).toThrowErrorMatchingInlineSnapshot(`[TypeError: Please remove parameterStructure.]`)
}),
)

0 comments on commit a1143f3

Please sign in to comment.