Skip to content

Commit 3612fc7

Browse files
committed
Fix TestSuiteSearch.explain
1 parent 85f0d38 commit 3612fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.2.3
1+
# 1.3.0
22

33
- Updated Ktor to `1.3.0`
44

src/commonTest/kotlin/suite/TestSuiteSearch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ internal class TestSuiteSearch {
144144
)
145145

146146
search.explainOrNull.shouldNotBeNull()
147-
search.explain.match.alternatives.size shouldEqual 11
147+
search.explain.match.alternatives.size shouldEqual 13
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)