From 03765e7fb1af645f79687bbb4888c30e2852532d Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 19 Sep 2023 13:01:31 +0200 Subject: [PATCH] Remove focus --- tests/Integration/Integration/CompilationTests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Integration/CompilationTests.fs b/tests/Integration/Integration/CompilationTests.fs index 2a0c782168..724d852d85 100644 --- a/tests/Integration/Integration/CompilationTests.fs +++ b/tests/Integration/Integration/CompilationTests.fs @@ -34,4 +34,4 @@ let tests = })) |> Seq.toList - |> ftestList "Compilation" + |> testList "Compilation"