From a2f0ea3d705f3615411443f52b88104b87a2155a Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 1 Mar 2019 20:22:31 +0000 Subject: [PATCH] Fix tests --- spec/authority_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/authority_spec.rb b/spec/authority_spec.rb index 9fb5746..7a9f91b 100644 --- a/spec/authority_spec.rb +++ b/spec/authority_spec.rb @@ -28,7 +28,7 @@ describe UKPlanningScraper::Authority do let(:all) { described_class.all } it 'returns all authorities' do - expect(all.count).to eq(112) + expect(all.count).to eq(124) end it 'returns a list of authorities' do