Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Oct 1, 2023
1 parent 02a0dc2 commit 25689b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exports[`messages are not requeued if the function fails after retention timeout
"Sending messages (messages=[\\"BAD MESSAGE\\"], subscriber=sim-1).",
"Invoke (payload=\\"{\\\\\\"messages\\\\\\":[\\\\\\"BAD MESSAGE\\\\\\"]}\\").",
"Subscriber error - returning 1 messages to queue: ERROR",
"0 messages pushed back to queue after visibility timeout.",
"1 messages pushed back to queue after visibility timeout.",
]
`;

Expand Down
2 changes: 1 addition & 1 deletion libs/wingsdk/test/target-sim/queue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ test("messages are not requeued if the function fails after retention timeout",
"Push (messages=BAD MESSAGE).",
"Sending messages (messages=[\\"BAD MESSAGE\\"], subscriber=sim-1).",
"Subscriber error - returning 1 messages to queue: ERROR",
"0 messages pushed back to queue after visibility timeout.",
"1 messages pushed back to queue after visibility timeout.",
]
`);
});
Expand Down

0 comments on commit 25689b1

Please sign in to comment.