From 61a412ea773bbda0e073689739363defe58cdd15 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 6 Sep 2018 15:56:40 +0900 Subject: [PATCH] Align test suite name with others --- plugins/ipam/static/static_suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ipam/static/static_suite_test.go b/plugins/ipam/static/static_suite_test.go index aae2fee4..c729ecf1 100644 --- a/plugins/ipam/static/static_suite_test.go +++ b/plugins/ipam/static/static_suite_test.go @@ -23,5 +23,5 @@ import ( func TestStatic(t *testing.T) { RegisterFailHandler(Fail) - RunSpecs(t, "Static Suite") + RunSpecs(t, "plugins/ipam/static") }