names fix
This commit is contained in:
@@ -15,6 +15,6 @@ func TestCreateTable(t *testing.T) {
|
||||
{"Киви", "+200", "1", "-1.2"},
|
||||
}
|
||||
|
||||
msg := notify.BuildTelegramHTMLTable(rows)
|
||||
msg := notify.BuildTelegramTable(rows)
|
||||
log.Println(msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user