From e1eb0e9d1681f143deeaac3ad1928893ae8cb358 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Tue, 29 Jun 2021 11:20:34 +0200
Subject: [PATCH] Fix test issue after 57b71cb85accfbc4aa3ce45235c8ded7fc89d00f

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 test/tasks/users_test.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tasks/users_test.exs b/test/tasks/users_test.exs
index 6c0463a39..7400be48b 100644
--- a/test/tasks/users_test.exs
+++ b/test/tasks/users_test.exs
@@ -160,7 +160,7 @@ defmodule Mix.Tasks.Mobilizon.UsersTest do
     test "enable and disable at the same time" do
       Modify.run([@email, "--disable", "--enable"])
       assert_received {:mix_shell, :error, [message]}
-      assert message =~ "Can't use both --enabled and --disable options at the same time."
+      assert message =~ "Can't use both --enable and --disable options at the same time."
     end
 
     @modified_email "modified@email.tld"