Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hlts2 authored and kevindiu committed Feb 2, 2021
1 parent e648ef8 commit caa2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/ngt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func TestErrFailedToSetObjectType(t *testing.T) {
},
},
{
name: "return an ErrFailedToSetObjectType error when err is nil and t is Float",
name: "return an ErrFailedToSetObjectType error when err is nil and t is Int",
args: args{
err: nil,
t: "Int",
Expand Down

0 comments on commit caa2235

Please sign in to comment.