Skip to content

Commit

Permalink
test: delete meetups that refer to discontinued groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jahrock committed Mar 23, 2024
1 parent 00daf4f commit 1d1f1d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/controllers/community/meetups/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ module('Unit | Controller | community/meetups/index', function (hooks) {
name: 'North America',
},
{
meetupIds: [
'melbourne-australia',
'wellington-new-zealand',
],
meetupIds: ['melbourne-australia', 'wellington-new-zealand'],
name: 'Oceania',
},
{
Expand Down

0 comments on commit 1d1f1d6

Please sign in to comment.