Spelling/grammar
[akkoma] / test / plugs / authentication_plug_test.exs
index 646bda9d3c3cabb74c34e3f36390706149cb9edc..31e20d7264b11efa0e8f199f487884f4cef2ff8e 100644 (file)
@@ -16,7 +16,7 @@ defmodule Pleroma.Plugs.AuthenticationPlugTest do
     user = %User{
       id: 1,
       name: "dude",
-      password_hash: Comeonin.Pbkdf2.hashpwsalt("guy")
+      password_hash: Pbkdf2.hash_pwd_salt("guy")
     }
 
     conn =