From 61eb0459d4cd41154b5ae4551fe8e8a991fecb8c Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Fri, 5 Apr 2024 14:48:49 +0100 Subject: [PATCH] Fix a typo in the client spec --- spec/nostr/client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/nostr/client_spec.rb b/spec/nostr/client_spec.rb index 7943597..be41798 100644 --- a/spec/nostr/client_spec.rb +++ b/spec/nostr/client_spec.rb @@ -27,8 +27,8 @@ RSpec.describe Nostr::Client do after { stop } describe '.new' do - it 'creates an instance of a relay' do client = described_class.new + it 'creates an instance of a client' do expect(client).to be_an_instance_of(described_class) end