Export exchange.

Allows users to exchange and retrieve a token
without initialising a Transport.
This commit is contained in:
Burcu Dogan
2014-08-11 00:27:43 -07:00
parent 6d8f8ea9d2
commit 4c579cbd0d
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ func TestExchangePayload(t *testing.T) {
return nil, errors.New("no response")
},
}
conf.exchange("exchange-code")
conf.Exchange("exchange-code")
}
func TestExchangingTransport(t *testing.T) {