Make the linter happy, again

このコミットが含まれているのは:
Samantaz Fox 2021-03-25 01:40:55 +01:00
コミット 0e000e44aa
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -3,7 +3,6 @@ require "json"
require "../src/invidious/helpers/i18n.cr"
describe "Locales" do
describe "#consistency" do
locales_list = LOCALES.keys.select! { |key| key != "en-US" }
@ -27,5 +26,4 @@ describe "Locales" do
failed.should be_false
end
end
end