mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
chore(ci): remove explicit error
This commit is contained in:
parent
f465f670ed
commit
47bf55ce71
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user