Skip to content

Commit

Permalink
one last formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenerdelyi committed Nov 9, 2024
1 parent 55eb3d0 commit daad077
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/unit/js/src/components/MapEmbed.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ test('Google MapEmbed returns address in source when location is set', () => {
},
};
const { container } = render(
<MapEmbed location="50 South Fullerton Avenue, Montclair, NJ 07042" latitude="40.8117036" longitude="-74.2187738" />
<MapEmbed
location="50 South Fullerton Avenue, Montclair, NJ 07042"
latitude="40.8117036"
longitude="-74.2187738"
/>
);

expect(container.children[0].getAttribute('src')).toContain(
Expand Down

0 comments on commit daad077

Please sign in to comment.