Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: I9ab852aeebed6d546a27fe78bf214d156d9b9995
  • Loading branch information
qiulaidongfeng committed Apr 14, 2024
1 parent 022384e commit 45059cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reflect/type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func Test_Type_CanSeq(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := tt.tr.CanSeq(); got != tt.want {
t.Errorf("rtype.CanSeq() = %v, want %v", got, tt.want)
t.Errorf("Type.CanSeq() = %v, want %v", got, tt.want)
}
})
}
Expand All @@ -148,7 +148,7 @@ func Test_Type_CanSeq2(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := tt.tr.CanSeq2(); got != tt.want {
t.Errorf("rtype.CanSeq() = %v, want %v", got, tt.want)
t.Errorf("Type.CanSeq2() = %v, want %v", got, tt.want)
}
})
}
Expand Down

0 comments on commit 45059cf

Please sign in to comment.