Skip to content

Commit

Permalink
removed warn test
Browse files Browse the repository at this point in the history
  • Loading branch information
melvrickgoh committed Jun 26, 2015
1 parent 39b8e66 commit b0279a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/service/trade_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
params = { }
expected_result = { success: false, message: "ILLEGAL_ARGUMENT" }

@alipay.should_receive(:warn).with("Some Message")
assert_equal "https://mapi.alipay.net/gateway.do?service=single_trade_query&_input_charset=utf-8&partner=2088101122136241&sign_type=MD5&sign=af7007238531b0b0917f3972e24c6c64", @alipay::Service::Trade.build_query_uri(params).to_s
assert_equal expected_result, @alipay::Service::Trade.status(params)
end
Expand Down

0 comments on commit b0279a0

Please sign in to comment.