Skip to content

Commit

Permalink
test: correct venue name
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Dec 20, 2024
1 parent 725aa17 commit c148b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/zz-validate-data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const allShows = [ // TODO replace with proper Cypress fixtures... hopefully hoo
{id: 199, date: '7/27/2019', venue: 'Peach Music Festival'},
{id: 200, date: '7/28/2019', venue: 'Lake Champlain Maritime Festival'},
{id: 201, date: '8/16/2019', venue: 'Greek Theatre, Los Angeles'},
{id: 202, date: '8/17/2019', venue: 'Frost Ampitheater'},
{id: 202, date: '8/17/2019', venue: 'Frost Amphitheater'},
{id: 203, date: '8/22/2019', venue: 'LOCKN'},
{id: 204, date: '8/29/2019', venue: 'Red Rocks'},
{id: 205, date: '9/12/2019', venue: 'House of Blues, Dallas'},
Expand Down Expand Up @@ -240,7 +240,7 @@ const allShows = [ // TODO replace with proper Cypress fixtures... hopefully hoo
{id: 239, date: '10/8/2021', venue: 'Wellmont Theater'},
{id: 240, date: '10/9/2021', venue: 'Wellmont Theater'},
{id: 241, date: '10/22/2021', venue: 'Hollywood Palladium'},
{id: 242, date: '10/23/2021', venue: 'Frost Ampitheater'},
{id: 242, date: '10/23/2021', venue: 'Frost Amphitheater'},
{id: 243, date: '12/3/2021', venue: '1stBank Center'},
{id: 244, date: '2/10/2022', venue: 'Brooklyn Bowl'},
{id: 245, date: '2/11/2022', venue: 'Fillmore'},
Expand Down

0 comments on commit c148b84

Please sign in to comment.