From a701f6cd928eaa22060032f583b878a5616bf7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Mon, 26 Mar 2018 06:33:11 +0200 Subject: [PATCH] Fixed broken tests --- test/test_monarch.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_monarch.lua b/test/test_monarch.lua index d347a3b..d5464e2 100644 --- a/test/test_monarch.lua +++ b/test/test_monarch.lua @@ -1,6 +1,7 @@ local cowait = require "test.cowait" local monarch = require "monarch.monarch" +local SCREEN1_STR = hash("screen1") local SCREEN1 = hash(SCREEN1_STR) local SCREEN2 = hash("screen2") local POPUP1 = hash("popup1")