Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Oct 10, 2024
1 parent d594d82 commit 3f14648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/forms/admin/claims_filter_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
:claim,
:rejected,
:awaiting_provider_verification,
policy: Policies::FurtherEducationPayments,
policy: Policies::FurtherEducationPayments
)
end

let(:session) { {} }
let(:filters) { { status: "awaiting_provider_verification" } }
let(:filters) { {status: "awaiting_provider_verification"} }

subject { described_class.new(filters:, session:) }

Expand Down
2 changes: 1 addition & 1 deletion spec/helpers/admin/claims_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
:claim,
:rejected,
:awaiting_provider_verification,
policy: Policies::FurtherEducationPayments,
policy: Policies::FurtherEducationPayments
)
end

Expand Down

0 comments on commit 3f14648

Please sign in to comment.