Skip to content

Commit

Permalink
fix(tests): update provider test to use new name (#319)
Browse files Browse the repository at this point in the history
Since MCProHosting is gone, tests fail. Replace with what the first result is for "mcrory" now
  • Loading branch information
Chew authored Dec 6, 2024
1 parent 011d1b3 commit ab351a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testInvalidProviders() {

@Test
public void testSimilarProviders() {
assertEquals("MCProHosting", command.potentialProviders("mcrory").get(0).name());
assertEquals("EnviroMC", command.potentialProviders("mcrory").get(0).name());
assertEquals("Cloud Nord", command.potentialProviders("cloud").get(0).name());
}

Expand Down

0 comments on commit ab351a0

Please sign in to comment.