mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
test(config): 为测试补充一个新的断言.
补充新的断言状况, 以保证功能正常使用.
This commit is contained in:
parent
61b611b22e
commit
db010d6c86
@ -10,6 +10,7 @@ internal class UsernameAuthenticatorTest {
|
||||
assertTrue(authenticator.checkCredentials("testUser", "testPassword"))
|
||||
assertFalse(authenticator.checkCredentials("falseUser", "testPassword"))
|
||||
assertFalse(authenticator.checkCredentials("testUser", "falsePassword"))
|
||||
assertFalse(authenticator.checkCredentials("falseUser", "falsePassword"))
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user