1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 14:19:39 +02:00
Maybe/test/jobs/enrich_data_job_test.rb
Zach Gollwitzer fe199f2357
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled
Add account data enrichment (#1532)
* Add data enrichment

* Make data enrichment optional for self-hosters

* Add categories to data enrichment

* Only update category and merchant if nil

* Fix name overrides

* Lint fixes
2024-12-13 17:22:27 -05:00

7 lines
123 B
Ruby

require "test_helper"
class EnrichDataJobTest < ActiveJob::TestCase
# test "the truth" do
# assert true
# end
end