From 44ea01257b8bbc860bf3b853b739a6934aeac473 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:07:02 +0100 Subject: [PATCH] chore: fix test --- tests/main.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/main.test.ts b/tests/main.test.ts index be6d4e6..e601af9 100644 --- a/tests/main.test.ts +++ b/tests/main.test.ts @@ -94,6 +94,7 @@ describe("Plugin tests", () => { isPrivate: false, }, modified_at: expect.stringMatching(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/), + created_at: expect.stringMatching(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/), caller: STRINGS.LOGS_ANON, }); }); @@ -155,6 +156,7 @@ describe("Plugin tests", () => { isPrivate: false, }, modified_at: expect.stringMatching(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/), + created_at: expect.stringMatching(/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/), caller: STRINGS.LOGS_ANON, }); });