Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Jun 4, 2024
1 parent 4feb977 commit d145032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/normal_value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ func TestNormalValue_NewNormalNil(t *testing.T) {
assert.True(t, v.IsNil())
} else {
_, err := NewNormalNil(kind)
require.Error(t, err, "field kind: " + kind.String())
require.Error(t, err, "field kind: "+kind.String())
}
}
}
Expand Down

0 comments on commit d145032

Please sign in to comment.