fix-Update ExampleUnitTest.kt

This commit is contained in:
John Water 2025-03-27 12:17:36 +04:00 committed by GitHub
parent f59588a970
commit 1b7921bf55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@ import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
* See [testing documentation](https://developer.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
}