aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tests/TestServer.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests/TestServer.hx b/test/tests/TestServer.hx
index 83031f1..01d0c56 100644
--- a/test/tests/TestServer.hx
+++ b/test/tests/TestServer.hx
@@ -152,7 +152,7 @@ class TestServer extends Test {
}).then(data -> {
Assert.equals(SkipVideo, data.type);
Assert.equals(1, server.videoList.length);
- Assert.equals("url2", server.videoList[0].url);
+ Assert.equals("url2", server.videoList.getItem(0).url);
Timer.delay(() -> {
client.send({
type: Message,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage