Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc committed Sep 2, 2015
1 parent f0ce212 commit cbb79dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/portal-declaration/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ export default Ember.Mixin.create(DeclarationBase, {
let subElements = elt.getElementsByClassName(subClass);
return subElements;
}
})
});
3 changes: 1 addition & 2 deletions tests/integration/dummy/merge-lists/component-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ test('it renders', function(assert) {
{{/merge-lists}}
`);

let actual = this.$().text().trim().split(/\s+/);
let actual = this.$('ul').text().trim().split(/\s+/);
assert.deepEqual(
actual, ["apple", "bear", "goat", "lettuce", "pear", "zebra"],
'lists are merged in sorted order');
Expand Down

0 comments on commit cbb79dd

Please sign in to comment.