Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-bites committed Aug 31, 2023
1 parent 794921a commit 8f6687e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion test/integration/InvoicePaymentTest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_create
assert_true(invoice_payments.count.positive?)

findInvoice = @client.invoice.find(invoiceId: invoice.id)
assert_equal('paid', findInvoice.status)
assert_equal('pending', findInvoice.status)
end
end

Expand Down
3 changes: 0 additions & 3 deletions test/integration/InvoiceTest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ def test_delete

response = @client.invoice.delete(invoiceIds: invoices.map(&:id))
assert_true(response)

final_invoices = @client.invoice.search({})
assert_true(final_invoices.count.zero?)
end
end

Expand Down

0 comments on commit 8f6687e

Please sign in to comment.