1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-06 09:29:19 +02:00

updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-04-12 16:23:53 +03:00
parent 59f23d3d23
commit 35e433f26b
31 changed files with 43 additions and 38 deletions

View File

@@ -1048,12 +1048,12 @@ func TestRecordUpsertUploadFailure(t *testing.T) {
t.Fatal(err)
}
daos := []*daos.Dao{
testDaos := []*daos.Dao{
app.Dao(), // with hooks
daos.New(app.Dao().DB()), // without hooks
}
for i, dao := range daos {
for i, dao := range testDaos {
// create with invalid file
{
prefix := fmt.Sprintf("%d-create", i)