1
0
Fork 0
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:
Zach Gollwitzer 2025-04-17 16:20:57 -04:00
parent c598ee7691
commit 26e177936d
2 changed files with 1 additions and 7 deletions

View file

@ -1,7 +0,0 @@
require "test_helper"
class DataEnrichmentTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

View file

@ -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