1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 12:05:19 +02:00
Maybe/test/jobs/revert_import_job_test.rb
Zach Gollwitzer 536c82f2aa
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled
Feature: Add the ability to "revert" a CSV import (#1814)
* Allow reverting imports

* Fix tests

* Add currency column to all imports

* Don't auto-enrich demo account
2025-02-07 15:36:05 -05:00

7 lines
125 B
Ruby

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