Skip to content

Commit

Permalink
Remove now-redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Malet committed Jul 23, 2017
1 parent 542d1e8 commit 6e31ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ueberauth/strategy/steam_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ defmodule Ueberauth.Strategy.SteamTest do
auth_info = %Ueberauth.Auth.Info{
image: "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/f3/f3dsf34324eawdasdas3rwe.jpg",
urls: %{Steam: "http://steamcommunity.com/id/sample/"}}
assert Steam.info(conn) == Map.drop(auth_info, @optional_fields)
assert Steam.info(conn) == auth_info
end
end

Expand Down

0 comments on commit 6e31ac8

Please sign in to comment.