Skip to content

Commit

Permalink
Fix typo in associations_test.go (go-gorm#4407)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored May 27, 2021
1 parent ac722c1 commit bcf2b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/associations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit bcf2b38

Please sign in to comment.