From 1564af04dacafcc08a9682a4ef1e651120c8cc46 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期三, 12 一月 2022 15:24:06 +0800
Subject: [PATCH] 新增搜索用户接口

---
 src/test/kotlin/cn/flightfeather/supervision/common/score/AutoScoreTest.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/test/kotlin/cn/flightfeather/supervision/common/score/AutoScoreTest.kt b/src/test/kotlin/cn/flightfeather/supervision/common/score/AutoScoreTest.kt
index b4531af..87d2e00 100644
--- a/src/test/kotlin/cn/flightfeather/supervision/common/score/AutoScoreTest.kt
+++ b/src/test/kotlin/cn/flightfeather/supervision/common/score/AutoScoreTest.kt
@@ -20,6 +20,6 @@
 
     @Test
     fun go() {
-        autoScore.go(2021, 7)
+        autoScore.go(2021, 10)
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3