From 8b80c9208dabd11ec4a5b98356c16235f89bd335 Mon Sep 17 00:00:00 2001 From: Sergei Date: Thu, 12 Dec 2024 05:34:20 +0300 Subject: [PATCH] docs: Update 5.fnameSyncIds.test.ts file --- apps/hubble/src/storage/db/migrations/5.fnameSyncIds.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hubble/src/storage/db/migrations/5.fnameSyncIds.test.ts b/apps/hubble/src/storage/db/migrations/5.fnameSyncIds.test.ts index 3d412889fe..1874ef5bbd 100644 --- a/apps/hubble/src/storage/db/migrations/5.fnameSyncIds.test.ts +++ b/apps/hubble/src/storage/db/migrations/5.fnameSyncIds.test.ts @@ -13,7 +13,7 @@ const TEST_TIMEOUT_LONG = 10_000; describe("fnameSyncIds migration", () => { test( - "should delete unpaddded fname syncIds", + "should delete unpadded fname syncIds", async () => { const syncTrie = new MerkleTrie(db); const trieDb = syncTrie.getDb();