Fixing tests and review comments

This commit is contained in:
Tomasz Drwięga
2016-08-31 13:24:06 +02:00
parent 8f13b550d8
commit 99acd4914e
6 changed files with 29 additions and 18 deletions

View File

@@ -301,6 +301,6 @@ mod tests {
let url = app.url();
// then
assert_eq!(url, "http://github.todr.me/test/xyz/zip/000102030405060708090a0b0c0d0e0f10111213".to_owned());
assert_eq!(url, "https://codeload.github.com/test/xyz/zip/000102030405060708090a0b0c0d0e0f10111213".to_owned());
}
}