From 68609756e01a8a037b96862d9cc66497c08815e5 Mon Sep 17 00:00:00 2001 From: rio <75190035+HyoJongPark@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:05:57 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A0=84?= =?UTF-8?q?=20redis=EB=A5=BC=20=EB=AA=A8=EB=91=90=20=EB=B9=84=EC=9A=B0?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD=20#382?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/test/tags/tags.e2e-spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/test/tags/tags.e2e-spec.ts b/backend/test/tags/tags.e2e-spec.ts index 5bcb2b7..027c99b 100644 --- a/backend/test/tags/tags.e2e-spec.ts +++ b/backend/test/tags/tags.e2e-spec.ts @@ -19,6 +19,8 @@ describe('TagsController (e2e)', () => { }; beforeAll(async () => { + await redis.flushall(); + const module: TestingModule = await Test.createTestingModule({ imports: [AppModule], })