diff --git a/test/integration/features/nip-01/nip-01.feature-step.ts b/test/integration/features/nip-01/nip-01.feature-step.ts index a088676..d19a136 100644 --- a/test/integration/features/nip-01/nip-01.feature-step.ts +++ b/test/integration/features/nip-01/nip-01.feature-step.ts @@ -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) {