fix(tests): assure tests actually work

Previously we simply forgot to run the tests, and published test-code
that didn't really work.
This commit is contained in:
Sebastian Thiel
2015-08-08 11:45:53 +02:00
parent a169d9610d
commit ad0bde3092
5 changed files with 4 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ fn main() {
}
let client = hyper::Client::with_connector(mock::TeeConnector {
connector: hyper::net::HttpConnector(None)
connector: hyper::net::HttpConnector
});
match oauth2::Authenticator::new(&secret, StdoutHandler, client,