Skip to content

Commit

Permalink
TestSetToNil => TestSetNilToMultiLevelPointer
Browse files Browse the repository at this point in the history
  • Loading branch information
molon committed Jul 23, 2024
1 parent 2b21e51 commit af870bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func TestGetNil(t *testing.T) {
}
}

func TestSetToNil(t *testing.T) {
func TestSetNilToMultiLevelPointer(t *testing.T) {
{
var v *Person
err := Set(&v, "Name", "Felix")
Expand Down

0 comments on commit af870bd

Please sign in to comment.