Skip to content

Commit 2179baa

Browse files
fix: Correct indentation in assertion message for thread dump tests
- Adjusted the indentation of the expected truncation message assertion in ThreadDumpUtilsSuite for improved readability and consistency in test output.
1 parent a382d4c commit 2179baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kyuubi-common/src/test/scala/org/apache/kyuubi/util/ThreadDumpUtilsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class ThreadDumpUtilsSuite extends KyuubiFunSuite {
118118
assert(
119119
limitedSection.get.contains(s"... (${expectedMoreFrames} more stack frames)"),
120120
s"Dump did not contain the expected truncation message. " +
121-
s"Expected '... ($expectedMoreFrames more stack frames)'.")
121+
s"Expected '... ($expectedMoreFrames more stack frames)'.")
122122

123123
} finally {
124124
if (deepStackThread != null) deepStackThread.interrupt()

0 commit comments

Comments
 (0)