Browse Source

fix typo

pull/464/head
Kat 3 years ago
parent
commit
a30ff00294
  1. 4
      spec/requests/case_logs_controller_spec.rb

4
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,

Loading…
Cancel
Save