From 979ccf598efeddf6e9c22e7308f3431eace85e5c Mon Sep 17 00:00:00 2001 From: miteruzo Date: Wed, 10 Jun 2026 23:43:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B0=E3=82=AB=E3=83=8D=E3=83=BC=E3=82=BF?= =?UTF-8?q?=E4=BD=9C=E6=88=90=20/=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=20(#41)=20(#363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: http://git.miteruzo.com/miteruzo/btrc-hub/pulls/363 Co-authored-by: miteruzo Co-committed-by: miteruzo --- 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, }, ],