chore(ci): remove explicit error

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-28 22:49:39 -04:00
parent f465f670ed
commit 47bf55ce71
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -65,7 +65,6 @@ When(/I send a set_metadata event as (\w+)/, async function(name: string) {
this.parameters.events = this.parameters.events ?? []
this.parameters.events.push(event)
throw new Error('mistakes were made')
})
Then(/I receive a set_metadata event from (\w+)/, async function(author: string) {