names fix

This commit is contained in:
2025-11-29 14:45:32 +03:00
parent 5727c7a60c
commit b20e040fae
3 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ func TestCreateTable(t *testing.T) {
{"Киви", "+200", "1", "-1.2"},
}
msg := notify.BuildTelegramHTMLTable(rows)
msg := notify.BuildTelegramTable(rows)
log.Println(msg)
}