slayer plugin: fix task lookup test

This commit is contained in:
Adam
2019-08-03 21:34:28 -04:00
parent e0442fc03a
commit 08fed6dba1

View File

@@ -596,8 +596,8 @@ public class SlayerPluginTest
public void testTaskLookup() throws IOException
{
net.runelite.http.api.chat.Task task = new net.runelite.http.api.chat.Task();
task.setTask("task");
task.setLocation("loc");
task.setTask("Abyssal demons");
task.setLocation("Abyss");
task.setAmount(42);
task.setInitialAmount(42);