From 6e54840173b72eb90abb9f1a760195b54bd77c22 Mon Sep 17 00:00:00 2001 From: Gorbachev Egor <7gorbachevm@gmail.com> Date: Thu, 28 Dec 2023 22:13:29 +0700 Subject: [PATCH] fix tests --- functions/server-bot/render-many-cards-to-create.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/server-bot/render-many-cards-to-create.test.ts b/functions/server-bot/render-many-cards-to-create.test.ts index 73bf7c67..9409be01 100644 --- a/functions/server-bot/render-many-cards-to-create.test.ts +++ b/functions/server-bot/render-many-cards-to-create.test.ts @@ -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" `);