Skip to content

Commit 1491521

Browse files
Update capitalize-test.js
1 parent f00a448 commit 1491521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers/capitalize-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { module, test } from 'qunit';
22
import { setupRenderingTest } from 'dummy/tests/helpers';
33
import { render } from '@ember/test-helpers';
44
import { hbs } from 'ember-cli-htmlbars';
5-
import { capitalize } from '@ember/string';
5+
import { capitalize } from 'ember-cli-addon-docs/utils/string';
66

77
module('Integration | Helper | capitalize', function (hooks) {
88
setupRenderingTest(hooks);

0 commit comments

Comments
 (0)