Skip to content

Commit b787b8a

Browse files
committed
Update mascot test with correct count
1 parent dcd31cc commit b787b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/mascots/mascot-list-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ module('Integration | Component | mascots/mascot-list', function (hooks) {
2222

2323
assert
2424
.dom('[data-test-mascot]')
25-
.exists({ count: 76 }, 'We see 10 mascots.');
25+
.exists({ count: 78 }, 'We see 10 mascots.');
2626
});
2727
});

0 commit comments

Comments
 (0)