Skip to content

Commit

Permalink
Remove period from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Oct 28, 2023
1 parent cfa9dbf commit da0921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/map.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe("Map", () => {
loadMap("/");

cy.get(".leaflet-control-attribution").contains(
"Brought to you by HackGreenville Labs.",
"Brought to you by HackGreenville Labs",
);
});
});
Expand Down

0 comments on commit da0921d

Please sign in to comment.