Skip to content

Commit

Permalink
Merge pull request #6875 from ministryofjustice/fix/flickery-step-test
Browse files Browse the repository at this point in the history
Fix: Flickery step test
  • Loading branch information
colinbruce authored Jun 26, 2024
2 parents 62f68bd + eb759af commit e2299ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "rails_helper"

RSpec.describe Flow::Steps::ProviderCapital::ApplicantBankAccountsStep, type: :request do
let(:application) { create(:legal_aid_application) }
let(:application) { create(:legal_aid_application, :with_applicant) }

describe "#path" do
subject { described_class.path.call(application) }
Expand Down

0 comments on commit e2299ab

Please sign in to comment.