Skip to content

Commit b0f2fce

Browse files
authored
fix(tests): update provider test to use new name (#365)
1 parent 0b59469 commit b0f2fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/geysermc/discordbot/commands/search/ProvidersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void testInvalidProviders() {
4747
@Test
4848
public void testSimilarProviders() {
4949
assertEquals("EnviroMC", command.potentialProviders("mcrory").get(0).name());
50-
assertEquals("Cloud Nord", command.potentialProviders("cloud").get(0).name());
50+
assertEquals("CloudNord", command.potentialProviders("cloud").get(0).name());
5151
}
5252

5353
@Test

0 commit comments

Comments
 (0)