Skip to content

Commit

Permalink
tests: remove errant .only
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Apr 11, 2024
1 parent f8d4ed9 commit f39c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/cli/test/execute-workflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test.serial(
}
);

test.serial.only(
test.serial(
`openfn ${jobsPath}/wf-errors.json -iS "{ \\"data\\": { \\"number\\": 32 } }"`,
async (t) => {
const { err } = await run(t.title);
Expand Down

0 comments on commit f39c605

Please sign in to comment.