Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Boswel authored and Raymond Boswel committed Nov 14, 2018
1 parent bd5d5ec commit 351e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amnesia_api/accounts/accounts_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule AmnesiaApi.AccountsTest do

test "list_users/0 returns all users" do
user = user_fixture()
assert List.first(Accounts.list_users()).name != user.name
assert List.first(Accounts.list_users()).name == user.name
end

test "get_user!/1 returns the user with given id" do
Expand Down

0 comments on commit 351e8ec

Please sign in to comment.