mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Fix t.Error error message (#2551)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
This commit is contained in:
@@ -100,7 +100,7 @@ func TestGroup(t *testing.T) {
|
||||
},
|
||||
)
|
||||
if len(sx) != 3 {
|
||||
t.Fatalf("Failure to group fith set: %v", sx)
|
||||
t.Fatalf("Failure to group fifth set: %v", sx)
|
||||
}
|
||||
|
||||
// One group.
|
||||
|
||||
Reference in New Issue
Block a user