From 0e000e44aac08b385cee93d2120330b441299c6f Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 25 Mar 2021 01:40:55 +0100 Subject: [PATCH] Make the linter happy, again --- spec/locales_spec.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/locales_spec.cr b/spec/locales_spec.cr index 0bdfc13b2..6a083ee74 100644 --- a/spec/locales_spec.cr +++ b/spec/locales_spec.cr @@ -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