Skip to content

Commit

Permalink
unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmagic80 committed Dec 2, 2024
1 parent bbc8b67 commit 6abc0b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ivc_champva/spec/services/pdf_stamper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
let(:config) { nil }

it 'raises an error' do
expect { verified_multistamp }.to raise_error('The provided stamp content was empty.')
expect do
verified_multistamp
end.to raise_error('An error occurred while verifying multistamp stamp: The provided stamp content was empty.')
end
end
end
Expand Down

0 comments on commit 6abc0b4

Please sign in to comment.