Make the linter happy, again

This commit is contained in:
Samantaz Fox 2021-03-25 01:40:55 +01:00
parent ad9fe3be09
commit 0e000e44aa
1 changed files with 0 additions and 2 deletions

View File

@ -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