summaryrefslogtreecommitdiff
path: root/test/mix/tasks
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
commit81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch)
tree6352f066d25e416d850177a50bf30030d0ba4056 /test/mix/tasks
parent47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff)
parent017e35fbf128d47c033275a70b76b72f24d7c754 (diff)
downloadpleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz
pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip
Merge branch 'typo' into 'develop'
Fix some typos See merge request pleroma/pleroma!4017
Diffstat (limited to 'test/mix/tasks')
-rw-r--r--test/mix/tasks/pleroma/ecto/rollback_test.exs2
-rw-r--r--test/mix/tasks/pleroma/robots_txt_test.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/mix/tasks/pleroma/ecto/rollback_test.exs b/test/mix/tasks/pleroma/ecto/rollback_test.exs
index db8641e7f..4036b2da6 100644
--- a/test/mix/tasks/pleroma/ecto/rollback_test.exs
+++ b/test/mix/tasks/pleroma/ecto/rollback_test.exs
@@ -13,7 +13,7 @@ defmodule Mix.Tasks.Pleroma.Ecto.RollbackTest do
assert capture_log(fn ->
Mix.Tasks.Pleroma.Ecto.Rollback.run(["--env", "test"])
- end) =~ "[info] Rollback succesfully"
+ end) =~ "[info] Rollback successfully"
Logger.configure(level: level)
end
diff --git a/test/mix/tasks/pleroma/robots_txt_test.exs b/test/mix/tasks/pleroma/robots_txt_test.exs
index 4426fe526..dd6ca9fc8 100644
--- a/test/mix/tasks/pleroma/robots_txt_test.exs
+++ b/test/mix/tasks/pleroma/robots_txt_test.exs
@@ -26,7 +26,7 @@ defmodule Mix.Tasks.Pleroma.RobotsTxtTest do
assert file == "User-Agent: *\nDisallow: /\n"
end
- test "to existance folder" do
+ test "to existing folder" do
path = "test/fixtures/"
file_path = path <> "robots.txt"
clear_config([:instance, :static_dir], path)