Skip to content

Commit

Permalink
remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorentus committed May 6, 2014
1 parent 0a93e3c commit b39cf55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_battlenet_authenticator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def is_default_authenticator(authenticator)
assert_equal ['61459300', 1347279360], authenticator.get_token(1347279358)
assert_equal ['61459300', 1347279360], authenticator.get_token(1347279359)
assert_equal ['75939986', 1347279390], authenticator.get_token(1347279360)
assert_equal ['75939986', 1347279390], authenticator.get_token(1347279360)
assert_equal ['59914793', 1370448030], authenticator.get_token(1370448000)
end
end

0 comments on commit b39cf55

Please sign in to comment.