From f936c1e5ce28f7250e0851cd3744c437c7273815 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Wed, 10 Jun 2026 23:41:15 +0900 Subject: [PATCH] =?UTF-8?q?#41=20=E3=83=86=E3=82=B9=E3=83=88=E5=9E=8B?= =?UTF-8?q?=E3=83=90=E3=82=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lib/gekanator.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/lib/gekanator.test.ts b/frontend/src/lib/gekanator.test.ts index 5afb8f7..ac7336f 100644 --- a/frontend/src/lib/gekanator.test.ts +++ b/frontend/src/lib/gekanator.test.ts @@ -24,6 +24,7 @@ const mockedApiPost = vi.mocked(apiPost) const post = (overrides: Partial = {}): Post => ({ id: 1, + versionNo: 1, url: 'https://example.com/posts/1', title: 'post title', thumbnail: null, @@ -123,6 +124,7 @@ describe('expectedAnswerForQuestion', () => { createdAt: '2026-06-10T00:00:00.000Z', updatedAt: '2026-06-10T00:00:00.000Z', hasWiki: false, + hasDeerjikists: false, materialId: null, }, ],