1
0

fix(views): test assertions

This commit is contained in:
kolaente
2024-03-18 23:09:17 +01:00
parent 9075a45cb8
commit 409f9a0cc6
5 changed files with 102 additions and 103 deletions

View File

@ -220,8 +220,8 @@ func TestBucket_Delete(t *testing.T) {
require.NoError(t, err)
db.AssertMissing(t, "project_views", map[string]interface{}{
"id": 4,
"done_bucket_id": 3,
"id": b.ProjectViewID,
"done_bucket_id": 0,
})
})
}