Fix typo in associations_test.go
occured -> occurred
This commit is contained in:
parent
ac722c16f9
commit
715392f0eb
@ -64,7 +64,7 @@ func TestAssociationNotNullClear(t *testing.T) {
|
||||
}
|
||||
|
||||
if err := DB.Model(member).Association("Profiles").Clear(); err == nil {
|
||||
t.Fatalf("No error occured during clearind not null association")
|
||||
t.Fatalf("No error occurred during clearind not null association")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user