Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Dec 28, 2023
1 parent e134233 commit 6e54840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/server-bot/render-many-cards-to-create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ test("render-many-cards-to-create", async () => {
).toMatchInlineSnapshot(`
"confirm_many_cards_creation
*1*. *confirm_many_cards_front* front
*1*\\\\. *confirm_many_cards_front* front
*confirm_many_cards_back* back
*confirm_many_cards_example* example
*2*. *confirm_many_cards_front* a
*2*\\\\. *confirm_many_cards_front* a
*confirm_many_cards_back* b
*confirm_many_cards_example* c"
`);
Expand Down

0 comments on commit 6e54840

Please sign in to comment.