Skip to content

Commit 5b784f2

Browse files
Update test-app/tests/helpers/qunit-module-for.js
Co-authored-by: Katie Gengler <katie@kmg.io>
1 parent 1f3ea44 commit 5b784f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/tests/helpers/qunit-module-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function qunitModuleFor(testModule) {
1414
return testModule.setup(assert).finally(() => {
1515
if (!isTesting()) {
1616
throw new Error(
17-
'should have Ember.testing === true after tests have started'
17+
'should have isTesting() === true after tests have started'
1818
);
1919
}
2020
});

0 commit comments

Comments
 (0)