Skip to content

Commit 45059cf

Browse files
n
Change-Id: I9ab852aeebed6d546a27fe78bf214d156d9b9995
1 parent 022384e commit 45059cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reflect/type_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func Test_Type_CanSeq(t *testing.T) {
130130
for _, tt := range tests {
131131
t.Run(tt.name, func(t *testing.T) {
132132
if got := tt.tr.CanSeq(); got != tt.want {
133-
t.Errorf("rtype.CanSeq() = %v, want %v", got, tt.want)
133+
t.Errorf("Type.CanSeq() = %v, want %v", got, tt.want)
134134
}
135135
})
136136
}
@@ -148,7 +148,7 @@ func Test_Type_CanSeq2(t *testing.T) {
148148
for _, tt := range tests {
149149
t.Run(tt.name, func(t *testing.T) {
150150
if got := tt.tr.CanSeq2(); got != tt.want {
151-
t.Errorf("rtype.CanSeq() = %v, want %v", got, tt.want)
151+
t.Errorf("Type.CanSeq2() = %v, want %v", got, tt.want)
152152
}
153153
})
154154
}

0 commit comments

Comments
 (0)