Skip to content

Commit

Permalink
Update BotManagersTests.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet authored Sep 25, 2023
1 parent 648918f commit 1b3beb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simbot-api/src/test/kotlin/BotManagersTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class BotManagersTests {
assertNull(SimpleBotManagersImpl(listOf(SimpleBotMangerImpl(), SimpleBotMangerImpl())).getFirstOrNull(SimpleBotMangerImpl2::class.java))
assertNotNull(SimpleBotManagersImpl(listOf(SimpleBotMangerImpl2(), SimpleBotMangerImpl())).getFirstOrNull(SimpleBotMangerImpl::class.java))
assertNotNull(SimpleBotManagersImpl(listOf(SimpleBotMangerImpl(), SimpleBotMangerImpl())).getFirstOrNull(BotManager::class.java))

}

}
Expand Down

0 comments on commit 1b3beb3

Please sign in to comment.