From 1a2bdccf124de6207899f59538cc0ed2efc97b5a Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 29 Dec 2022 17:21:20 -0700 Subject: Add scalable nodes and user sessions --- test/auth/password_test.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/auth') diff --git a/test/auth/password_test.exs b/test/auth/password_test.exs index 1516bdf..5e1b1d8 100644 --- a/test/auth/password_test.exs +++ b/test/auth/password_test.exs @@ -14,13 +14,13 @@ defmodule Chessh.Auth.PasswordAuthenticatorTest do test "Password can authenticate a hashed password" do assert Chessh.Auth.PasswordAuthenticator.authenticate( - String.to_charlist(@valid_user.username), - String.to_charlist(@valid_user.password) + @valid_user.username, + @valid_user.password ) refute Chessh.Auth.PasswordAuthenticator.authenticate( - String.to_charlist(@valid_user.username), - String.to_charlist("a_bad_password") + @valid_user.username, + "a_bad_password" ) end end -- cgit v1.2.3-70-g09d2