From c5d530b76b2c5a68dbb1a6af1f6a50a2edc526a1 Mon Sep 17 00:00:00 2001 From: Ted-U Date: Fri, 15 Jul 2022 16:42:36 +0100 Subject: [PATCH] lint --- spec/features/organisation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/organisation_spec.rb b/spec/features/organisation_spec.rb index 810a3d53d..a9f8b8f0e 100644 --- a/spec/features/organisation_spec.rb +++ b/spec/features/organisation_spec.rb @@ -236,7 +236,7 @@ RSpec.describe "User Features" do expect { organisation.reload }.to raise_error(ActiveRecord::RecordNotFound) expect { CaseLog.find(log_to_delete.id) }.to raise_error(ActiveRecord::RecordNotFound) expect { CaseLog.find(scheme_to_delete.id) }.to raise_error(ActiveRecord::RecordNotFound) - expect { CaseLog.find(user.id) }.to raise_error(ActiveRecord::RecordNotFound) + expect { CaseLog.find(user.id) }.to raise_error(ActiveRecord::RecordNotFound) end end end