From 0e46474cb256e697d7fc86714d010d9145595a66 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 30 May 2026 21:49:01 +0200 Subject: [PATCH] test(spec): fix typo in comment --- test/spec/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/Main.hs b/test/spec/Main.hs index 06d773610..24089199f 100644 --- a/test/spec/Main.hs +++ b/test/spec/Main.hs @@ -254,7 +254,7 @@ main = do describe "Feature.Query.Preferences.TimezoneSpec.disabledSpec" Feature.Query.Preferences.TimezoneSpec.disabledSpec - -- Note: the rollback tests can not run in parallel, because they test persistance and + -- Note: the rollback tests can not run in parallel, because they test persistence and -- this results in race conditions -- this test runs with tx-rollback-all = true and tx-allow-override = true