Updated the tests file
This commit is contained in:
parent
f682102fa6
commit
98bfdb0bf1
@ -22,8 +22,8 @@ import org.junit.jupiter.api.Test
|
||||
import java.io.File
|
||||
|
||||
class TelegramExampleKotlinTests {
|
||||
private val token = TelegramConfig.POS_SYSTEM_ID
|
||||
private val chatId = "-360594386"
|
||||
private val token = TelegramConfig.getToken()
|
||||
private val chatId = TelegramConfig.getReceiver()
|
||||
|
||||
@Test
|
||||
fun sendMessage() {
|
||||
|
@ -7,8 +7,8 @@ import org.junit.jupiter.api.Test
|
||||
import java.io.File
|
||||
|
||||
class TelegramExampleKotlinTests {
|
||||
private val token = TelegramConfig.POS_SYSTEM_ID
|
||||
private val chatId = "-360594386"
|
||||
private val token = TelegramConfig.getToken()
|
||||
private val chatId = TelegramConfig.getReceiver()
|
||||
|
||||
@Test
|
||||
fun sendMessage() {
|
||||
|
Loading…
Reference in New Issue
Block a user