Skip to content

Commit ab74500

Browse files
Update call to tests
1 parent be86af6 commit ab74500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Content/ProjTest/Main.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ module ExpectoTemplate =
66

77
[<EntryPoint>]
88
let main argv =
9-
Tests.runTestsInAssembly defaultConfig argv
9+
Tests.runTestsInAssemblyWithCLIArgs [] argv

tests/MiniScaffold.Tests/Main.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ module Main =
99

1010
[<EntryPoint>]
1111
let main argv =
12-
Tests.runTestsInAssembly defaultConfig argv
12+
Tests.runTestsInAssemblyWithCLIArgs [] argv

0 commit comments

Comments
 (0)