summaryrefslogtreecommitdiff
path: root/test/mix/pleroma_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/mix/pleroma_test.exs')
-rw-r--r--test/mix/pleroma_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mix/pleroma_test.exs b/test/mix/pleroma_test.exs
index c981ee9b9..e362223b2 100644
--- a/test/mix/pleroma_test.exs
+++ b/test/mix/pleroma_test.exs
@@ -39,7 +39,7 @@ defmodule Mix.PleromaTest do
describe "get_option/3" do
test "get from options" do
- assert get_option([domain: "some-domain.com"], :domain, "Promt") == "some-domain.com"
+ assert get_option([domain: "some-domain.com"], :domain, "Prompt") == "some-domain.com"
end
test "get from prompt" do