Skip to content

Commit ba58215

Browse files
committed
Refactor type annotation for testModules in runHelp function
1 parent 59c987b commit ba58215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terminal/Test.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ runHelp root testFileGlobs flags =
170170
|> IO.bind
171171
(\_ ->
172172
let
173-
testModules : List { moduleName : a, possiblyTests : b }
173+
testModules : List { moduleName : String, possiblyTests : List String }
174174
testModules =
175175
List.map
176176
(\( _, ( moduleName, possiblyTests ) ) ->

0 commit comments

Comments
 (0)