Skip to content

Commit a406109

Browse files
committed
fix test
1 parent 7334378 commit a406109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/side-bar-links-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module('Acceptance | side bar links', function (hooks) {
2424
setupApplicationTest(hooks);
2525

2626
test('release links go to correct page', async function (assert) {
27-
assert.expect(130);
27+
assert.expect(131);
2828
await visit('/release');
2929

3030
let store = this.owner.lookup('service:store');

0 commit comments

Comments
 (0)