Skip to content

Commit

Permalink
Fixes broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Jun 6, 2023
1 parent 199b8c3 commit 6ef972f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('getAllRelatedAssets', () => {

it('returns the primary and a directly referenced parent', async () => {
const parentAsset: AssetWithoutTimestamp = {
'asset.ean': 'primary-ean',
'asset.ean': 'parent-ean',
'asset.type': 'k8s.pod',
'asset.kind': 'pod',
'asset.id': uuid(),
Expand Down

0 comments on commit 6ef972f

Please sign in to comment.