-
- Downloads
Remove fs dep (#12959)
* Remove fs dep I was about to switch it to the maintained fork at clj-commons/fs, but found that it's only used once, and where `io/delete-file` would serve just as well. * Add some tests for dump-to-h2 * Setup dump target db only if there's something to do Added test to try and pass cloverage * Undo move of setup-db! calls And keep test from mangling real connection state that will be used in other tests.
test/metabase/cmd/dump_to_h2_test.clj
0 → 100644
Please register or sign in to comment