Add a missing spec for EventKind::CONTACT_LIST
This commit is contained in:
parent
2fc56a2b1a
commit
4c9c35520d
@ -20,4 +20,10 @@ RSpec.describe Nostr::EventKind do
|
|||||||
expect(described_class::RECOMMEND_SERVER).to eq(2)
|
expect(described_class::RECOMMEND_SERVER).to eq(2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
describe '::CONTACT_LIST' do
|
||||||
|
it 'is an integer' do
|
||||||
|
expect(described_class::CONTACT_LIST).to eq(3)
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user