Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 23, 2021
1 parent 37dadbf commit 01452aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wrapper.spec.js
Expand Up @@ -57,7 +57,7 @@ test("can run actions (add)", async () => {
"./examples/wrap-plop/output/added.txt"
);

const { fireEvent } = await renderPlop(["Test", "Cheese"], {
const { fireEvent } = await renderWrapper(["Test", "Cheese"], {
cwd: resolve(__dirname, "./examples/wrap-plop"),
});

Expand Down

0 comments on commit 01452aa

Please sign in to comment.