We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022384e commit 45059cfCopy full SHA for 45059cf
src/reflect/type_test.go
@@ -130,7 +130,7 @@ func Test_Type_CanSeq(t *testing.T) {
130
for _, tt := range tests {
131
t.Run(tt.name, func(t *testing.T) {
132
if got := tt.tr.CanSeq(); got != tt.want {
133
- t.Errorf("rtype.CanSeq() = %v, want %v", got, tt.want)
+ t.Errorf("Type.CanSeq() = %v, want %v", got, tt.want)
134
}
135
})
136
@@ -148,7 +148,7 @@ func Test_Type_CanSeq2(t *testing.T) {
148
149
150
if got := tt.tr.CanSeq2(); got != tt.want {
151
+ t.Errorf("Type.CanSeq2() = %v, want %v", got, tt.want)
152
153
154
0 commit comments