diff --git a/tests/associations_belongs_to_test.go b/tests/associations_belongs_to_test.go index 178b88e6..a1f014d9 100644 --- a/tests/associations_belongs_to_test.go +++ b/tests/associations_belongs_to_test.go @@ -249,5 +249,4 @@ func TestBelongsToDefaultValue(t *testing.T) { } err := DB.Create(&user).Error AssertEqual(t, err, nil) - }