mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
updated test
This commit is contained in:
@@ -2421,7 +2421,7 @@ func TestRecordDeleteWithMultipleRelationCascade(t *testing.T) {
|
||||
|
||||
rels := r.GetStringSlice("rels")
|
||||
if !slices.Equal(rels, expected) {
|
||||
t.Fatalf("Expected rels\n%v\ngot\n%v", expected, rels)
|
||||
t.Fatalf("Record %q expected rels\n%v\ngot\n%v", r.Id, expected, rels)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user