Skip to content

Commit dd5c1c5

Browse files
committed
修正单元测试
1 parent 8a525c0 commit dd5c1c5

File tree

1 file changed

+1
-1
lines changed
  • simbot-cores/simbot-core-spring-boot-starter/src/test/kotlin/love/forte/simbot/spring/test

1 file changed

+1
-1
lines changed

simbot-cores/simbot-core-spring-boot-starter/src/test/kotlin/love/forte/simbot/spring/test/DefaultBinderTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class TestListenerContainer {
167167
@Listener
168168
@Filter("^test_5(\\s+(?<page>\\d+))?")
169169
fun MessageEvent.handle5(
170-
@FilterValue("page", false) page: Int = 1
170+
@FilterValue("page") page: Int = 1
171171
): Int = page
172172

173173
@Listener

0 commit comments

Comments
 (0)