mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Fixed broken tests
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user