mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 22:39:14 +01:00
fix: completely broken test
This commit is contained in:
@@ -71,7 +71,7 @@ func TestAttachmentRepo_Create(t *testing.T) {
|
||||
|
||||
withItems, err := tRepos.Attachments.Get(tt.args.ctx, got.ID)
|
||||
require.NoError(t, err)
|
||||
assert.Equal(t, tt.args.itemID, withItems.Edges.Item.ID)
|
||||
assert.Equal(t, tt.args.itemID, withItems.Edges.Entity.ID)
|
||||
|
||||
ids = append(ids, got.ID)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user