Skip to content

Commit ae33cb7

Browse files
authored
fix
1 parent ed22b49 commit ae33cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ember_debug_test_app/tests/integration/injection-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ function getLoader(def, req) {
225225
module('Integration | Injection', function (hooks) {
226226
setupApplicationTest(hooks);
227227

228-
if (isInVersionSpecifier('3.16.0')) {
228+
if (isInVersionSpecifier('3.16.0', VERSION)) {
229229
return;
230230
}
231-
if (isInVersionSpecifier('>6.4.0')) {
231+
if (isInVersionSpecifier('>6.4.0', VERSION)) {
232232
return;
233233
}
234234

0 commit comments

Comments
 (0)