feat: доработка API

This commit is contained in:
Даниил 2023-06-05 22:20:39 +04:00
parent dd7109786e
commit 40a2a755a8
Signed by: nm17
GPG key ID: 3303B70C59145CD4
20 changed files with 391 additions and 68 deletions

View file

@ -3,6 +3,7 @@ package ru.nm17.narodmon
import org.junit.Test
import org.junit.Assert.*
import java.net.URL
/**
* Example local unit test, which will execute on the development machine (host).
@ -13,5 +14,6 @@ class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
URL("https://tile.openstreetmap.org/${zoom}/${row}/${col}").openStream()
}
}