From a30ff0029417ad8d93824dc8bfb2b414192f4000 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 11 Apr 2022 16:21:13 +0100 Subject: [PATCH] fix typo --- spec/requests/case_logs_controller_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/requests/case_logs_controller_spec.rb b/spec/requests/case_logs_controller_spec.rb index 07385bfc7..62f547cfb 100644 --- a/spec/requests/case_logs_controller_spec.rb +++ b/spec/requests/case_logs_controller_spec.rb @@ -174,7 +174,7 @@ RSpec.describe CaseLogsController, type: :request do end context "when filtering" do - context "with status fileter" do + context "with status filter" do let!(:in_progress_case_log) do FactoryBot.create(:case_log, :in_progress, owning_organisation: organisation, @@ -209,7 +209,7 @@ RSpec.describe CaseLogsController, type: :request do end end - context "with year fileter" do + context "with year filter" do let!(:case_log_2021) do FactoryBot.create(:case_log, :in_progress, owning_organisation: organisation,