1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00

Better import instructions, remove ambiguous field (#1284)

* Remove ambiguous institution field

* Add import instructions

* Fix system test

* Remove lint and i18n normalization checks in CI
This commit is contained in:
Zach Gollwitzer 2024-10-10 11:18:58 -04:00 committed by GitHub
parent 90278630ed
commit 5c7d2f2b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 8 deletions

View file

@ -18,6 +18,7 @@ class I18nTest < ActiveSupport::TestCase
end
def test_files_are_normalized
skip "Skipping file normalization test"
non_normalized = @i18n.non_normalized_paths(locales: [ :en ])
error_message = "The following files need to be normalized:\n" \
"#{non_normalized.map { |path| " #{path}" }.join("\n")}\n" \