Skip to content

Commit 6c9448a

Browse files
committed
remove comment about undesirable test values
1 parent c16bb7b commit 6c9448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/encode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func TestValues_CustomEncodingPointer(t *testing.T) {
603603
url.Values{"v": {"1"}},
604604
},
605605

606-
// pointers to custom encoded types. (Values below are not necessarily desirable)
606+
// pointers to custom encoded types.
607607
{
608608
struct {
609609
V *customEncodedIntPtr `url:"v"`

0 commit comments

Comments
 (0)