You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-07-14 17:54:17 +02:00
updated nested tx test
This commit is contained in:
@ -388,7 +388,7 @@ func TestRecordUpsertDrySubmitWithNestedTx(t *testing.T) {
|
|||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
if txErr != nil {
|
if txErr != nil {
|
||||||
t.Fatalf("Nested transactions failure: %v", err)
|
t.Fatalf("Nested transactions failure: %v", txErr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user