test: remove unused variable (#21552)

This commit is contained in:
Raphael 2022-12-29 07:20:42 +08:00 committed by GitHub
parent 7067cde657
commit d0dd8d11bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
-- Busted started doing this to help provide more isolation. See issue #62
-- for more information about this.
local helpers = require('test.functional.helpers')(nil)
local screen = require('test.functional.ui.screen')
require('test.functional.ui.screen')
local busted = require("busted")
local is_os = helpers.is_os