fix: completely broken test

This commit is contained in:
Matthew Kilgore
2025-05-26 15:00:37 -04:00
parent be7f276438
commit b61edf1c99

View File

@@ -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)
})