Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Nov 13, 2024
1 parent accaa6c commit 7df66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/OpenApi/Generate.elm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ suite =
|> Maybe.withDefault "Carl"
|> List.singleton

genFiles : Result CliMonad.Message ( List Elm.File, List CliMonad.Message )
genFiles : Result CliMonad.Message ( List Elm.File, List { warnings : CliMonad.Message, requiredPackages : FastSet.Set String } )
genFiles =
OpenApi.Generate.files
{ namespace = namespace
Expand Down

0 comments on commit 7df66bc

Please sign in to comment.