From 189234f682427cb9fa2fe7acbd3287eeec6c88ef Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Fri, 19 Jan 2024 16:02:22 +0100 Subject: [PATCH] Fix test dep --- jester.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jester.nimble b/jester.nimble index 0711fc3..e7a4bbf 100644 --- a/jester.nimble +++ b/jester.nimble @@ -21,6 +21,6 @@ when not defined(windows): task test, "Runs the test suite.": when NimMajor >= 2: # Due to tests/nim-in-action-code/Chapter7 - requires "db_connector >= 0.1.0" + exec "nimble install -y db_connector@0.1.0" exec "nimble install -y asynctools@#0e6bdc3ed5bae8c7cc9" exec "nim c -r tests/tester"