Fix a typo in the client spec
This commit is contained in:
parent
0497878d54
commit
61eb0459d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user