From 3dfedbd07fc3db2fee1ab09744b4359e950e2793 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 28 Jan 2023 04:47:42 +0100 Subject: [PATCH] typo --- dht-node/test/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht-node/test/helpers.ts b/dht-node/test/helpers.ts index d338daf75..f298bed1c 100644 --- a/dht-node/test/helpers.ts +++ b/dht-node/test/helpers.ts @@ -22,7 +22,7 @@ const context = { } export const cleanDB = async () => { - // this only works as lond we do not have foreign key constraints + // this only works as long we do not have foreign key constraints for (let i = 0; i < entities.length; i++) { await resetEntity(entities[i]) }