Skip to content

Commit

Permalink
Remove random println in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov committed Feb 29, 2024
1 parent ba4fae6 commit 02ee153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ class ConcreteExecutorTests: UTestConcreteExecutorTest() {
assertIs<UTestConstantDescriptor.String>(result)
assertEquals("static field content", result.value)
assertContains(res.resultState.statics.keys.map { it.name }, "STATIC_FIELD")
}.also { println(0) }
}

}

0 comments on commit 02ee153

Please sign in to comment.