3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00

Fixed broken tests

This commit is contained in:
Björn Ritzl 2018-03-26 06:33:11 +02:00
parent f811c1f306
commit a701f6cd92

View File

@ -1,6 +1,7 @@
local cowait = require "test.cowait" local cowait = require "test.cowait"
local monarch = require "monarch.monarch" local monarch = require "monarch.monarch"
local SCREEN1_STR = hash("screen1")
local SCREEN1 = hash(SCREEN1_STR) local SCREEN1 = hash(SCREEN1_STR)
local SCREEN2 = hash("screen2") local SCREEN2 = hash("screen2")
local POPUP1 = hash("popup1") local POPUP1 = hash("popup1")