Skip to content

Commit 47d0cf2

Browse files
committed
Renaming the test to include discard case
1 parent 95189a1 commit 47d0cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/mixin-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test("that it works", function() {
6161
equal(content.baz, 1);
6262
});
6363

64-
test("that apply only these keys works", function() {
64+
test("that apply/discard only these keys works", function() {
6565
var BufferedPorxy = Ember.ObjectProxy.extend(Mixin);
6666

6767
var content = {

0 commit comments

Comments
 (0)