Add a missing spec for EventKind::CONTACT_LIST
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user