Merge branch 'develop' into files
This commit is contained in:
commit
6aa05225a6
2 changed files with 40 additions and 6 deletions
|
@ -1002,10 +1002,11 @@ func TestCommands(t *testing.T) {
|
|||
}
|
||||
|
||||
// TODO: figure out why test is failing
|
||||
//
|
||||
// func TestEditMessageMedia(t *testing.T) {
|
||||
// bot, _ := getBot(t)
|
||||
|
||||
// msg := NewPhoto(ChatID, FilePath("tests/image.jpg"))
|
||||
// msg := NewPhoto(ChatID, "tests/image.jpg")
|
||||
// msg.Caption = "Test"
|
||||
// m, err := bot.Send(msg)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue