From 27df261e5414a78732869f558a21c3f91d488fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 20 Nov 2022 23:39:04 +0100 Subject: [PATCH] rename tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .../{language_detector_test.ex => language_detector_test.exs} | 0 .../language/translation/{deepl_test.ex => deepl_test.exs} | 0 .../language/{translation_test.ex => translation_test.exs} | 0 test/pleroma/webhook/{notify_test.ex => notify_test.exs} | 0 test/pleroma/{webhook_test.ex => webhook_test.exs} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/pleroma/language/{language_detector_test.ex => language_detector_test.exs} (100%) rename test/pleroma/language/translation/{deepl_test.ex => deepl_test.exs} (100%) rename test/pleroma/language/{translation_test.ex => translation_test.exs} (100%) rename test/pleroma/webhook/{notify_test.ex => notify_test.exs} (100%) rename test/pleroma/{webhook_test.ex => webhook_test.exs} (100%) diff --git a/test/pleroma/language/language_detector_test.ex b/test/pleroma/language/language_detector_test.exs similarity index 100% rename from test/pleroma/language/language_detector_test.ex rename to test/pleroma/language/language_detector_test.exs diff --git a/test/pleroma/language/translation/deepl_test.ex b/test/pleroma/language/translation/deepl_test.exs similarity index 100% rename from test/pleroma/language/translation/deepl_test.ex rename to test/pleroma/language/translation/deepl_test.exs diff --git a/test/pleroma/language/translation_test.ex b/test/pleroma/language/translation_test.exs similarity index 100% rename from test/pleroma/language/translation_test.ex rename to test/pleroma/language/translation_test.exs diff --git a/test/pleroma/webhook/notify_test.ex b/test/pleroma/webhook/notify_test.exs similarity index 100% rename from test/pleroma/webhook/notify_test.ex rename to test/pleroma/webhook/notify_test.exs diff --git a/test/pleroma/webhook_test.ex b/test/pleroma/webhook_test.exs similarity index 100% rename from test/pleroma/webhook_test.ex rename to test/pleroma/webhook_test.exs