From 6122f2da444e114091d6aec8e01a43d760503d06 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 31 May 2015 18:38:11 +1200 Subject: Change test API to allow multiple pathoc requests Add simple unit test for websocket server --- libpathod/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/test.py') diff --git a/libpathod/test.py b/libpathod/test.py index afd41f81..596fea9c 100644 --- a/libpathod/test.py +++ b/libpathod/test.py @@ -48,7 +48,7 @@ class Daemon: l = self.log() if not l: return None - return l[-1] + return l[0] def log(self): """ -- cgit v1.2.3