From c5b2895b0b5166da84073c0841f89f158eb38e8b Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 17 Jul 2020 11:02:00 -0400 Subject: [PATCH] Fix pro tags --- api/namespace_test.go | 2 +- api/sentinel_test.go | 2 +- command/namespace_apply_test.go | 2 +- command/namespace_delete_test.go | 2 +- command/namespace_list_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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