Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnawut committed Oct 1, 2018
1 parent 325b9c3 commit c432a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ewallet/test/ewallet/web/match_any_parser_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ defmodule EWallet.Web.MatchAnyParserTest do
txn_3 = insert(:transaction)

{:ok, txn_2} = Preloader.preload_one(txn_2, :from_user)
{:ok, _user} = User.update(txn_2.from_user, %{is_admin: true})
{:ok, _user} = User.set_admin(txn_2.from_user, true)

attrs = %{
"match_any" => [
Expand Down

0 comments on commit c432a5d

Please sign in to comment.