1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-25 01:16:21 +02:00

updated nested tx test

This commit is contained in:
Gani Georgiev 2022-12-18 13:49:31 +02:00
parent e8fa51526a
commit 4ceab4e7ed

View File

@ -388,7 +388,7 @@ func TestRecordUpsertDrySubmitWithNestedTx(t *testing.T) {
return nil
})
if txErr != nil {
t.Fatalf("Nested transactions failure: %v", err)
t.Fatalf("Nested transactions failure: %v", txErr)
}
}