diff options
Diffstat (limited to 'plugin/etcd/msg/service_test.go')
-rw-r--r-- | plugin/etcd/msg/service_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/msg/service_test.go b/plugin/etcd/msg/service_test.go index 2b38eeee1..24bea47f6 100644 --- a/plugin/etcd/msg/service_test.go +++ b/plugin/etcd/msg/service_test.go @@ -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. |