We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b59469 commit b0f2fceCopy full SHA for b0f2fce
1 file changed
src/test/java/org/geysermc/discordbot/commands/search/ProvidersTest.java
@@ -47,7 +47,7 @@ public void testInvalidProviders() {
47
@Test
48
public void testSimilarProviders() {
49
assertEquals("EnviroMC", command.potentialProviders("mcrory").get(0).name());
50
- assertEquals("Cloud Nord", command.potentialProviders("cloud").get(0).name());
+ assertEquals("CloudNord", command.potentialProviders("cloud").get(0).name());
51
}
52
53
0 commit comments