Skip to content

Commit

Permalink
tp1 solution test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctruchi committed Feb 6, 2025
1 parent 1f10233 commit f6aa814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tp1/src/test/kotlin/fmt/kotlin/fundamentals/Tp1Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Tp1Test {
inner class Increment {

@Test
fun `should increment x and return last value`() {
fun `should increment x and return last value please`() {
expectThat(tp1.x).isEqualTo(0);

val res1 = tp1.incrementXAndReturnOldValue()
Expand Down

0 comments on commit f6aa814

Please sign in to comment.