tests: fixed tests that already got fixed
All checks were successful
Gitea Build Check / Build (push) Successful in 11m35s

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2024-07-02 08:46:47 +02:00
parent 0c76e54259
commit c6439199a9

View File

@ -3222,7 +3222,7 @@ func Test_postgresqlConnection_GetAllTagsByTagType(t *testing.T) {
ctx: ctx, ctx: ctx,
tagType: "aa", tagType: "aa",
}, },
want: validTags, want: nil,
wantErr: true, wantErr: true,
}, },
{ {