names fix
This commit is contained in:
@@ -52,7 +52,7 @@ func TestSendTable(t *testing.T) {
|
||||
{"Слива Абрикосы Абрикосы", "100", "10", "0.5"},
|
||||
}
|
||||
|
||||
msg := notify.BuildTelegramHTMLTable(rows)
|
||||
msg := notify.BuildTelegramTable(rows)
|
||||
|
||||
conf := loadConfig(t)
|
||||
bot, err := notify.NewTelegram(conf.Token, true)
|
||||
|
||||
Reference in New Issue
Block a user