Skip to content

Commit cd463d9

Browse files
committed
fix tests
1 parent d41f967 commit cd463d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/components/releases/how-to-install-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ module('Integration | Component | releases/how-to-install', function (hooks) {
3030
.dom('[data-test-terminal-code]')
3131
.hasText(
3232
[
33-
'# Install Ember Data 5.4.0:',
34-
'npm install --save-dev ember-data@~5.4.0',
33+
'# Install Ember Data 5.5.0:',
34+
'npm install --save-dev ember-data@~5.5.0',
3535
].join(' '),
3636
'We see the correct code.'
3737
);
@@ -47,7 +47,7 @@ module('Integration | Component | releases/how-to-install', function (hooks) {
4747
.dom('[data-test-link="Changelog"]')
4848
.hasAttribute(
4949
'href',
50-
'https://github.com/emberjs/data/blob/v5.4.0/CHANGELOG.md',
50+
'https://github.com/emberjs/data/blob/v5.5.0/CHANGELOG.md',
5151
'We see the correct URL for the changelog.'
5252
);
5353
});

0 commit comments

Comments
 (0)