Skip to content

Commit 5522021

Browse files
committed
fix tests
1 parent 4ec62da commit 5522021

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/__snapshots__/eventQueueOutbox.test.js.snap

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,6 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true req error should be caught
286286
]
287287
`;
288288

289-
exports[`event-queue outbox monkeyPatchCAPOutbox=true req reject should be caught for send 1`] = `
290-
[
291-
[
292-
"error processing outboxed service call",
293-
[Error: error occurred],
294-
{
295-
"serviceName": "NotificationService",
296-
},
297-
],
298-
]
299-
`;
300-
301289
exports[`event-queue outbox monkeyPatchCAPOutbox=true req reject should be caught for send and rollback transaction 1`] = `
302290
[
303291
[

0 commit comments

Comments
 (0)