Skip to content

Commit 77b6406

Browse files
committed
Fix rubocop violations
1 parent c3e1946 commit 77b6406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/ios_lint_localizations_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def run_l10n_linter_test(data_file:, check_duplicate_keys: nil)
155155
expect(FastlaneCore::UI).to receive(:confirm) do
156156
# Simulate manual fix between the confirm prompt being asked and replying to it
157157
File.write(File.join(fr_lproj, 'Localizable.strings'), valid_content)
158-
puts "File manually fixed!"
159158
true
160159
end
161160

@@ -198,7 +197,7 @@ def run_l10n_linter_test(data_file:, check_duplicate_keys: nil)
198197
base_lang: 'en'
199198
)
200199

201-
expect(result).to eq({'fr'=>['`key3` expected placeholders for [Int] but found [] instead.']})
200+
expect(result).to eq({ 'fr' => ['`key3` expected placeholders for [Int] but found [] instead.'] })
202201
end
203202

204203
after(:each) do

0 commit comments

Comments
 (0)