mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Fix parsing from ref number
This commit is contained in:
parent
18aa7e3d63
commit
8a5208057a
2 changed files with 6 additions and 7 deletions
|
@ -136,8 +136,8 @@ class InvoiceTest < ActiveSupport::TestCase
|
|||
transaction.reference_no = registrar.reference_no
|
||||
transaction.sum = 250
|
||||
|
||||
Invoice.create_from_transaction!(transaction)
|
||||
|
||||
assert_emails 1
|
||||
assert_emails 1 do
|
||||
Invoice.create_from_transaction!(transaction)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue