tests: fixed tests that already got fixed
Some checks failed
Gitea Build Check / Build (push) Failing after 6m22s

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2024-07-02 08:33:53 +02:00
parent b6c201383f
commit 0c76e54259
2 changed files with 3 additions and 3 deletions

View File

@ -1101,8 +1101,8 @@ func TestGetAllTagByTagType(t *testing.T) {
db: gormDB, db: gormDB,
tagType: "aa", tagType: "aa",
}, },
want: validTags, want: nil,
wantErr: false, wantErr: true,
}, },
{ {
name: "Test 3: No Tag Type", name: "Test 3: No Tag Type",

View File

@ -3223,7 +3223,7 @@ func Test_postgresqlConnection_GetAllTagsByTagType(t *testing.T) {
tagType: "aa", tagType: "aa",
}, },
want: validTags, want: validTags,
wantErr: false, wantErr: true,
}, },
{ {
name: "Test 3: No Tag Type", name: "Test 3: No Tag Type",