Fixes, tests improved

This commit is contained in:
Gleb Sinyavsky 2015-11-21 14:22:08 +03:00
parent c67df95407
commit 53dd9f6367
7 changed files with 101 additions and 101 deletions

View file

@ -71,4 +71,4 @@ func TestFileLink(t *testing.T) {
if file.Link("token") != "https://api.telegram.org/file/bottoken/test/test.txt" {
t.Fail()
}
}
}