fix: restart ci
diff --git a/cluster/router/uniform/factory_test.go b/cluster/router/uniform/factory_test.go
index 992ec4a..5ea6ff2 100644
--- a/cluster/router/uniform/factory_test.go
+++ b/cluster/router/uniform/factory_test.go
@@ -22,7 +22,7 @@
 	"testing"
 )
 
-// nolint
+// TestUniformRouterFacotry created a new factory that can new uniform router
 func TestUniformRouterFacotry(t *testing.T) {
 	factory := newUniformRouterFactory()
 	assert.NotNil(t, factory)