mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Test cleanup
This commit is contained in:
parent
c598ee7691
commit
26e177936d
2 changed files with 1 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
require "test_helper"
|
||||
|
||||
class DataEnrichmentTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
|
@ -87,6 +87,7 @@ class Provider::OpenaiTest < ActiveSupport::TestCase
|
|||
txn6 = response.data.find { |c| c.transaction_id == "6" }
|
||||
txn7 = response.data.find { |c| c.transaction_id == "7" }
|
||||
txn8 = response.data.find { |c| c.transaction_id == "8" }
|
||||
|
||||
assert_equal "McDonald's", txn1.business_name
|
||||
assert_equal "mcdonalds.com", txn1.business_url
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue