Skip to content

Commit

Permalink
fix: no longer need gotoTaskGroup prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiWithJai committed Jan 5, 2022
1 parent fc778c1 commit f2df422
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module('Integration | Component | job-page/parts/task-groups', function(hooks) {
job,
sortProperty: 'name',
sortDescending: true,
gotoTaskGroup: () => {},
},
options
);
Expand All @@ -50,7 +49,7 @@ module('Integration | Component | job-page/parts/task-groups', function(hooks) {
@job={{this.job}}
@sortProperty={{this.sortProperty}}
@sortDescending={{this.sortDescending}}
@gotoTaskGroup={{this.gotoTaskGroup}} />
/>
`);

assert.equal(
Expand Down

0 comments on commit f2df422

Please sign in to comment.