You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@ember/object/tests/create_test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ moduleFor(
183
183
EmberObject.create({
184
184
foo: computed(function(){}),
185
185
});
186
-
},'EmberObject.create no longer supports defining computed properties. Define computed properties using extend() or reopen() before calling create().');
186
+
},'EmberObject.create no longer supports defining computed properties. Define computed properties using extend() before calling create().');
187
187
}
188
188
189
189
['@test throws if you try to call _super in a method'](){
0 commit comments