Fix compiler warnings in tests (#764)

Co-authored-by: sgarcia <sgarcia@pop-os.localdomain>
This commit is contained in:
Steven Garcia 2022-10-16 18:32:44 -05:00 committed by GitHub
parent 76e1cf026f
commit e2fe5b2402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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 =

View File

@ -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