From f6a82c1d4fbda50cc167ac138d0e58e9bdad627e Mon Sep 17 00:00:00 2001 From: AdnoC Date: Sat, 23 Apr 2016 18:01:15 -0400 Subject: [PATCH] test: Fix tests failing --- test/functional/ui/screen.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua index a11fab18a2..93f7142dab 100644 --- a/test/functional/ui/screen.lua +++ b/test/functional/ui/screen.lua @@ -425,6 +425,10 @@ function Screen:_handle_update_bg(bg) self._bg = bg end +function Screen:_handle_update_sp(sp) + self._sp = sp +end + function Screen:_handle_suspend() self.suspended = true end