From aa886d637a52358a9cab0af513d7ae609ba1aa6e Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Mon, 26 Aug 2024 11:30:22 -0400 Subject: [PATCH] Fix test for import time to expect any number --- app/scripts/migrations/105.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/migrations/105.test.ts b/app/scripts/migrations/105.test.ts index 540bfd9c7966..c712913bb277 100644 --- a/app/scripts/migrations/105.test.ts +++ b/app/scripts/migrations/105.test.ts @@ -72,7 +72,7 @@ function expectedInternalAccount( type: 'HD Key Tree', }, lastSelected: lastSelected ? expect.any(Number) : undefined, - importTime: Date.now(), + importTime: expect.any(Number), }, options: {}, methods: ETH_EOA_METHODS,