Skip to content

Commit 1fd6c83

Browse files
committed
update warp-drive test module
1 parent 08bf2b2 commit 1fd6c83

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/acceptance/warp-drive-test.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ module('Acceptance | WarpDrive', function (hooks) {
66
setupApplicationTest(hooks);
77

88
test('can visit a @warp-drive package', async function (assert) {
9-
await visit(
10-
'/ember-data/release/modules/@warp-drive%2Fbuild-config%2Fdeprecations'
11-
);
9+
await visit('/ember-data/release/modules/@warp-drive%2Fbuild-config');
1210

13-
assert
14-
.dom('.module-name')
15-
.includesText('Package @warp-drive/build-config/deprecations');
11+
assert.dom('.module-name').includesText('Package @warp-drive/build-config');
1612
});
1713
});

0 commit comments

Comments
 (0)