From e493fead8d28ec75719f605ca7172f6e55dda94b Mon Sep 17 00:00:00 2001 From: SoXX Date: Sat, 6 Jul 2024 23:32:43 +0200 Subject: [PATCH] test: fixed wong test Signed-off-by: SoXX --- pkg/database/postgres_test.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkg/database/postgres_test.go b/pkg/database/postgres_test.go index 802dd91..b29dba0 100644 --- a/pkg/database/postgres_test.go +++ b/pkg/database/postgres_test.go @@ -2086,15 +2086,6 @@ func Test_postgresqlConnection_CreateTagAlias(t *testing.T) { }, wantErr: true, }, - { - name: "Test 5: Duplicate tagID", - args: args{ - ctx: ctx, - tagAliasName: validTagAliasName01, - tagID: validTagID, - }, - wantErr: true, - }, { name: "Test 6: Invalide tagID", args: args{