Skip to content

Commit 1f3ea44

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

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
@@ -24,7 +24,7 @@ export default function qunitModuleFor(testModule) {
2424
setAdapter(null);
2525
if (isTesting()) {
2626
throw new Error(
27-
'should not have Ember.testing === true after tests have finished'
27+
'should not have isTesting() === true after tests have finished'
2828
);
2929
}
3030
});

0 commit comments

Comments
 (0)