Skip to content

Commit

Permalink
Update component test
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer authored Apr 21, 2024
1 parent cca7c0b commit 5508fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs/components/infoclick/InfoClickWin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('infoclick/InfoClickWin.vue', () => {
layers: [layer]
});
map.forEachFeatureAtPixel = () => {
return [feat, layer];
vm.features.push([feat, layer]);
};
vm.map = map;
vm.onMapClick(mockEvt);
Expand Down

0 comments on commit 5508fcc

Please sign in to comment.