slayer plugin: fix task lookup test
This commit is contained in:
@@ -596,8 +596,8 @@ public class SlayerPluginTest
|
|||||||
public void testTaskLookup() throws IOException
|
public void testTaskLookup() throws IOException
|
||||||
{
|
{
|
||||||
net.runelite.http.api.chat.Task task = new net.runelite.http.api.chat.Task();
|
net.runelite.http.api.chat.Task task = new net.runelite.http.api.chat.Task();
|
||||||
task.setTask("task");
|
task.setTask("Abyssal demons");
|
||||||
task.setLocation("loc");
|
task.setLocation("Abyss");
|
||||||
task.setAmount(42);
|
task.setAmount(42);
|
||||||
task.setInitialAmount(42);
|
task.setInitialAmount(42);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user