From bba860ee2fec4647fa792aedb25abf3ff0865067 Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 10 Mar 2023 10:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Board/__snapshots__/Mirror.test.ts.snap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/__test__/Board/__snapshots__/Mirror.test.ts.snap b/__test__/Board/__snapshots__/Mirror.test.ts.snap index 6c67f9d36..0af919920 100644 --- a/__test__/Board/__snapshots__/Mirror.test.ts.snap +++ b/__test__/Board/__snapshots__/Mirror.test.ts.snap @@ -137,7 +137,7 @@ Array [ 1, 0, 0, - 10, + 11, 0, "晨丰顶板", "未命名", @@ -179,6 +179,7 @@ Array [ true, 0, 0, + null, ] `; @@ -343,7 +344,7 @@ Array [ 0, 0, 0, - 10, + 11, 0, "辅助条(上收口)", "", @@ -389,5 +390,6 @@ Array [ true, 0, 0, + null, ] `;