Fixes tests for 0.13.0 RC (#1899)

This commit is contained in:
Mihovil Ilakovac 2024-03-18 14:41:14 +01:00 committed by GitHub
parent 4c38ef8a45
commit 72ebdb8d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
app todoApp { app todoApp {
wasp: { wasp: {
version: "^0.12.0" version: "^0.13.0"
}, },
title: "ToDo App", title: "ToDo App",
// head: [], // head: [],

View File

@ -1,6 +1,6 @@
app todoApp { app todoApp {
wasp: { wasp: {
version: "^0.12.0" version: "^0.13.0"
}, },
title: "ToDo App", title: "ToDo App",
auth: { auth: {