Align test suite name with others

This commit is contained in:
Tomofumi Hayashi 2018-09-06 15:56:40 +09:00
parent 61c136126f
commit 61a412ea77

View File

@ -23,5 +23,5 @@ import (
func TestStatic(t *testing.T) { func TestStatic(t *testing.T) {
RegisterFailHandler(Fail) RegisterFailHandler(Fail)
RunSpecs(t, "Static Suite") RunSpecs(t, "plugins/ipam/static")
} }