Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed Dec 27, 2024
1 parent 46a1e27 commit 8ce2773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/addon-card/component-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ module('Integration | Component | addon-card', hooks => {
id: 'box',
displayName: 'Test Addon',
iconUrl: 'https://some.url/from/addons/service/box.png',
isOwned: true,
},
disableProjectAddon: sinon.stub(),
nodeAddon: { configured: false },
isOwned: true,
};
this.manager ={
node: { id: 'testnode' },
Expand Down

0 comments on commit 8ce2773

Please sign in to comment.