Skip to content

Commit 67d901e

Browse files
committed
README.md update
1 parent 0b89ad9 commit 67d901e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The power-assert compatible assertions DSL and some other testing goodies - a Ko
1313
[<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/xemantic/xemantic-kotlin-test">](https://github.com/xemantic/xemantic-kotlin-test/graphs/contributors)
1414
[<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/t/xemantic/xemantic-kotlin-test">](https://github.com/xemantic/xemantic-kotlin-test/commits/main/)
1515
[<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/xemantic/xemantic-kotlin-test">]()
16-
[<img alt="GitHub Created At" src="https://img.shields.io/github/created-at/xemantic/xemantic-kotlin-test">](https://github.com/xemantic/xemantic-kotlin-test/commit/39c1fa4c138d4c671868c973e2ad37b262ae03c2)
16+
[<img alt="GitHub Created At" src="https://img.shields.io/github/created-at/xemantic/xemantic-kotlin-test">](https://github.com/xemantic/xemantic-kotlin-test/commits)
1717
[<img alt="kotlin version" src="https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fxemantic%2Fxemantic-kotlin-test%2Fmain%2Fgradle%2Flibs.versions.toml&query=versions.kotlin&label=kotlin">](https://kotlinlang.org/docs/releases.html)
1818
[<img alt="discord users online" src="https://img.shields.io/discord/811561179280965673">](https://discord.gg/vQktqqN2Vn)
1919
[![Bluesky](https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff)](https://bsky.app/profile/xemantic.com)
@@ -251,14 +251,14 @@ Then you can write test like:
251251
class FooTest {
252252

253253
@Test
254-
fun `Should test against test data`() {
254+
fun `should test against test data`() {
255255
if (isBrowserPlatform) return // we don't have access to Gradle root dir
256256
val testData = Path(gradleRootDir, "test-data.txt")
257257
// ...
258258
}
259259

260260
@Test
261-
fun `Should use predefined environment variable`() {
261+
fun `should use predefined environment variable`() {
262262
val apiKey = getEnv("SOME_API_KEY")
263263
// ...
264264
}

0 commit comments

Comments
 (0)