From 827013d79853fb4648b7c7781f9827ec1ca8b5b9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 22 Jul 2021 21:00:49 +0200 Subject: Fixed the name of the findAsync unit test --- test/unit/misc.unit.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit') diff --git a/test/unit/misc.unit.test.ts b/test/unit/misc.unit.test.ts index 4e54ac4..f076ec1 100644 --- a/test/unit/misc.unit.test.ts +++ b/test/unit/misc.unit.test.ts @@ -5,7 +5,7 @@ import { EnvironmentVariables } from "../util"; const env = process.env as EnvironmentVariables; describe("Miscellaneous functions", () => { - describe("FindAsync", () => { + describe("findAsync", () => { const data: Promise[] = [ new Promise((resolve) => { resolve("hello!"); -- cgit v1.2.3-18-g5258