mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 12:05:19 +02:00
* Allow reverting imports * Fix tests * Add currency column to all imports * Don't auto-enrich demo account
7 lines
125 B
Ruby
7 lines
125 B
Ruby
require "test_helper"
|
|
|
|
class RevertImportJobTest < ActiveJob::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|