Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Apr 11, 2024
1 parent 64127ae commit 83595c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/components/marker-collection-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ module('Integration | Component | marker layer collection', function (hooks) {
this.set('markers', [restaurant1, restaurant2, restaurant3, restaurant4]);

await render(hbs`<LeafletMap @zoom={{this.zoom}} @center={{this.center}} as |layers|>
{{#each this.markers as |m|}}
<layers.marker @location={{m.location}} />
{{/each}}
</LeafletMap>`);
{{#each this.markers as |m|}}
<layers.marker @location={{m.location}} />
{{/each}}
</LeafletMap>`);

// pre-conditions
assert.strictEqual(createLayersCount, 4);
Expand Down

0 comments on commit 83595c1

Please sign in to comment.