Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LYY committed Aug 16, 2024
1 parent a841d77 commit 2dc5904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query/encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -747,11 +747,11 @@ func TestParseTag(t *testing.T) {
}

type customStructString struct {
inner string
v string
}

func (s customStructString) String() string {
return s.inner
return s.v
}

func TestValues_CustomStructStringValue(t *testing.T) {
Expand Down

0 comments on commit 2dc5904

Please # to comment.