Skip to content

Commit

Permalink
update brick row blowout test to use brick contextual component
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Apr 10, 2017
1 parent 45345fe commit da3415d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/components/nypr-brick-row-blowout-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ test('blow out variants', function(assert) {
{{#nypr-brick-row-blowout as |blowout|}}
{{blowout.main item=bigOne}}
{{#blowout.column as |column|}}
{{column.item item=smallOne}}
{{column.item item=otherSmallOne}}
{{column.brick item=smallOne}}
{{column.brick item=otherSmallOne}}
{{/blowout.column}}
{{/nypr-brick-row-blowout}}
`);
Expand Down

0 comments on commit da3415d

Please sign in to comment.