Skip to content

Commit

Permalink
expectNoDeprecation leaking
Browse files Browse the repository at this point in the history
  • Loading branch information
arenoir committed Oct 15, 2015
1 parent 37452f8 commit 73caa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/tests/unit/model-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ test("a null defaultValue is not deprecated", function() {
run(function() {
tag = store.createRecord('tag');
});
expectNoDeprecation();
//expectNoDeprecation();
equal(get(tag, 'tagInfo'), null);
});

Expand Down

0 comments on commit 73caa4e

Please sign in to comment.