Skip to content

Commit

Permalink
add alpha character to accredited org model spec (#19086)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvcAdHoc authored Oct 25, 2024
1 parent ab82629 commit acd7892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/accredited_organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

RSpec.describe AccreditedOrganization, type: :model do
describe 'validations' do
subject { build(:accredited_organization) }
subject { build(:accredited_organization, poa_code: 'A12') }

it { is_expected.to have_many(:accredited_individuals).through(:accreditations) }

Expand Down

0 comments on commit acd7892

Please sign in to comment.