Use a better test method name.

This commit is contained in:
Jeremy Wood 2023-03-02 08:35:30 -05:00
parent eebb4a4a6d
commit fc7509cca6
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class MockBukkitTest {
}
@Test
fun test() {
fun `MockBukkit loads the plugin`() {
assertNotNull(plugin)
}