Skip to content

Commit f536e9a

Browse files
rajakvklocks
authored andcommitted
Fix corresponding test #775
1 parent fef917c commit f536e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/components/api-index-filter-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ module('Integration | Component | api index filter', function (hooks) {
2222
},
2323
name: 'hai',
2424
file: 'my-class',
25-
parentClass: {
25+
parentClass: EmberObject.create({
2626
file: 'my-class',
27-
},
27+
}),
2828
methods: [
2929
{
3030
name: 'doSomething',

0 commit comments

Comments
 (0)