Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Dec 20, 2024
1 parent a5a481d commit cd28b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/eis_billing/invoices_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class EInvoiceResponseTest < ApplicationIntegrationTest
invoice = Invoice.find(@invoice.id)
assert_includes invoice.payment_orders.pluck(:status), 'paid'
assert_includes invoice.payment_orders.pluck(:status), 'issued'
assert_includes invoice.payment_orders.pluck(:status), 'issued'
end

test 'it should update invoice data as directo and omniva' do
Expand Down

0 comments on commit cd28b2c

Please sign in to comment.