mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-24 22:32:42 +02:00
fixed test error message
This commit is contained in:
parent
bd16680548
commit
7d7d20744e
@ -382,7 +382,7 @@ func TestRecordUpsertDrySubmitWithNestedTx(t *testing.T) {
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
if recordAfter.GetString("title") == "dry_test" {
|
if recordAfter.GetString("title") == "dry_test" {
|
||||||
t.Fatalf("Expected record.title to be %v, got %v", recordAfter.GetString("title"), "dry_test")
|
t.Fatalf("Expected record.title to be %v, got %v", recordBefore.GetString("title"), "dry_test")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user