From 7f7038f28bc17d27a5691981510a85cbd5a74ea4 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 9 Oct 2018 10:39:12 +0100 Subject: [PATCH] Fix test --- 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 10e0726..79b4acc 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(73) + expect(all.count).to eq(72) end it 'returns a list of authorities' do