Skip to content

Commit 3b4dffd

Browse files
committed
update tests
1 parent 350dc92 commit 3b4dffd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/integration/components/teams/team-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ module('Integration | Component | teams/team', function (hooks) {
3737
'We see the correct team description.'
3838
);
3939

40-
assert.dom('[data-test-member]').exists({ count: 7 });
40+
assert.dom('[data-test-member]').exists({ count: 6 });
4141
});
4242
});

tests/unit/controllers/teams/emeritus-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module('Unit | Controller | teams/emeritus', function (hooks) {
4545
'sivakumar-kailasam',
4646
'terence-lee',
4747
'jessica-jordan',
48+
'melanie-sumner',
4849
'alex-navasardyan',
4950
'amy-lam',
5051
'kenneth-larsen',

tests/unit/controllers/teams/index-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module('Unit | Controller | teams/index', function (hooks) {
2626
'matthew-beale',
2727
'edward-faulkner',
2828
'katie-gengler',
29-
'melanie-sumner',
3029
'kenigbolo-meya-stephen',
3130
]);
3231
});
@@ -46,7 +45,6 @@ module('Unit | Controller | teams/index', function (hooks) {
4645
'edward-faulkner',
4746
'ricardo-mendes',
4847
'katie-gengler',
49-
'melanie-sumner',
5048
]);
5149
});
5250

0 commit comments

Comments
 (0)