mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Fix compiler warnings in tests (#764)
Co-authored-by: sgarcia <sgarcia@pop-os.localdomain>
This commit is contained in:
parent
76e1cf026f
commit
e2fe5b2402
@ -153,7 +153,8 @@ spec_AppSpecValid = do
|
||||
AS.isBuild = False,
|
||||
AS.migrationsDir = Nothing,
|
||||
AS.dotEnvServerFile = Nothing,
|
||||
AS.dotEnvClientFile = Nothing
|
||||
AS.dotEnvClientFile = Nothing,
|
||||
AS.userDockerfileContents = Nothing
|
||||
}
|
||||
|
||||
basicPage =
|
||||
|
@ -41,7 +41,8 @@ spec_WebAppGenerator = do
|
||||
AS.isBuild = False,
|
||||
AS.migrationsDir = Nothing,
|
||||
AS.dotEnvServerFile = Nothing,
|
||||
AS.dotEnvClientFile = Nothing
|
||||
AS.dotEnvClientFile = Nothing,
|
||||
AS.userDockerfileContents = Nothing
|
||||
}
|
||||
|
||||
describe "genWebApp" $ do
|
||||
|
Loading…
Reference in New Issue
Block a user