chat commands: update gotr kill message

This commit is contained in:
Adam
2022-04-22 20:03:19 -04:00
parent 8746c09354
commit 9bd36db0c9
2 changed files with 3 additions and 3 deletions

View File

@@ -1144,9 +1144,9 @@ public class ChatCommandsPluginTest
@Test
public void testGuardiansOfTheRift()
{
ChatMessage chatMessage = new ChatMessage(null, GAMEMESSAGE, "", "Amount of Rifts you have closed: <col=ff0000>7</col>.", null, 0);
ChatMessage chatMessage = new ChatMessage(null, GAMEMESSAGE, "", "Amount of rifts you have closed: <col=ff0000>167</col>.", null, 0);
chatCommandsPlugin.onChatMessage(chatMessage);
verify(configManager).setRSProfileConfiguration("killcount", "guardians of the rift", 7);
verify(configManager).setRSProfileConfiguration("killcount", "guardians of the rift", 167);
}
}