diff --git a/api/namespace_test.go b/api/namespace_test.go index d58d1adb8..a5fac0310 100644 --- a/api/namespace_test.go +++ b/api/namespace_test.go @@ -1,4 +1,4 @@ -// +build pro ent +// +build ent package api diff --git a/api/sentinel_test.go b/api/sentinel_test.go index 32fc2a6f9..0eebd62f9 100644 --- a/api/sentinel_test.go +++ b/api/sentinel_test.go @@ -1,4 +1,4 @@ -// +build pro ent +// +build ent package api diff --git a/command/namespace_apply_test.go b/command/namespace_apply_test.go index a8d683065..5aebff376 100644 --- a/command/namespace_apply_test.go +++ b/command/namespace_apply_test.go @@ -1,4 +1,4 @@ -// +build pro ent +// +build ent package command diff --git a/command/namespace_delete_test.go b/command/namespace_delete_test.go index 6205904dd..f8fe99ef3 100644 --- a/command/namespace_delete_test.go +++ b/command/namespace_delete_test.go @@ -1,4 +1,4 @@ -// +build pro ent +// +build ent package command diff --git a/command/namespace_list_test.go b/command/namespace_list_test.go index f2a11701f..2c74ff0f1 100644 --- a/command/namespace_list_test.go +++ b/command/namespace_list_test.go @@ -1,4 +1,4 @@ -// +build pro ent +// +build ent package command