From c8f2978b8888eb527261e7c0e8b9935c20db79a3 Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Fri, 17 Jan 2025 21:05:14 -0400 Subject: [PATCH] Update Test.bs --- framework/src/source/rooibos/Test.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/source/rooibos/Test.bs b/framework/src/source/rooibos/Test.bs index a944a043..12364134 100644 --- a/framework/src/source/rooibos/Test.bs +++ b/framework/src/source/rooibos/Test.bs @@ -73,7 +73,7 @@ namespace rooibos ' The test is a node test and not async so we need to resolve the deferred ' immediately m.recordExecutionTime() - rooibos.promises.resolve(true, m.deferred) + rooibos.promises.resolve(invalid, m.deferred) end if if m.deferred <> invalid