From 6957efd5ab22737d337a8a1491114a95be25d606 Mon Sep 17 00:00:00 2001 From: Marek Langiewicz <marek.langiewicz@gmail.com> Date: Sat, 1 Feb 2025 21:26:50 +0100 Subject: [PATCH] fun --- build.gradle.kts | 2 +- ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8e78302..1c89fdf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ defaultBuildTemplateForRootProject( name = "USpek", description = "Micro tool for testing with syntax similar to Spek, but shorter.", githubUrl = "https://github.com/mareklangiewicz/USpek", - version = Ver(0, 0, 39), + version = Ver(0, 0, 40), // https://s01.oss.sonatype.org/content/repositories/releases/pl/mareklangiewicz/uspek/ // https://github.com/mareklangiewicz/USpek/releases settings = LibSettings( diff --git a/ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt b/ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt index 6b8ba2e..0b09322 100644 --- a/ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt +++ b/ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt @@ -2,6 +2,7 @@ package pl.mareklangiewicz.ktsample import org.junit.runner.* import pl.mareklangiewicz.kground.* +import pl.mareklangiewicz.kground.tee.teePP import pl.mareklangiewicz.uspek.* @RunWith(USpekJUnit4Runner::class)