Skip to content

Commit 01ae7a9

Browse files
committed
f
1 parent d17b1d1 commit 01ae7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/executor-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ describe('Execute: Handles basic execution tasks', () => {
957957
errors: [
958958
{
959959
message:
960-
'Unsupported `onError` value; supported values are `PROPAGATE`, `NO_PROPAGATE` and `ABORT`.',
960+
'Unsupported `onError` value; supported values are `NO_PROPAGATE`, `PROPAGATE` and `ABORT`.',
961961
},
962962
],
963963
});

0 commit comments

Comments
 (0)