Skip to content

Commit a47cbab

Browse files
Update accounts_test.exs
Modified this to fit our collectible system.
1 parent 45448ba commit a47cbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cadet/accounts/accounts_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ defmodule Cadet.AccountsTest do
106106
describe "sign in using nusnet_id" do
107107
test "unregistered user" do
108108
use_cassette "accounts/sign_in#1" do
109-
{:ok, _} = Accounts.sign_in("e012345", "TOM", @token)
109+
{:ok, user} = Accounts.sign_in("e012345", "TOM", @token)
110110
assert Repo.one(Query.nusnet_id("e012345")).uid == "e012345"
111111
end
112112
end

0 commit comments

Comments
 (0)