From c6439199a9bea00dd378c52d32fb180a96d910dd Mon Sep 17 00:00:00 2001 From: SoXX Date: Tue, 2 Jul 2024 08:46:47 +0200 Subject: [PATCH] tests: fixed tests that already got fixed Signed-off-by: SoXX --- pkg/database/postgres_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/database/postgres_test.go b/pkg/database/postgres_test.go index 04e56c9..0f1b8d9 100644 --- a/pkg/database/postgres_test.go +++ b/pkg/database/postgres_test.go @@ -3222,7 +3222,7 @@ func Test_postgresqlConnection_GetAllTagsByTagType(t *testing.T) { ctx: ctx, tagType: "aa", }, - want: validTags, + want: nil, wantErr: true, }, {