From 3a27a5d6a0a2180cff3eb718f4b0a8707ae566e1 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sun, 22 Aug 2021 17:45:45 -0400 Subject: [PATCH] Allow dialog tests to run outside of fortress mode --- test/library/gui/dialogs.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/library/gui/dialogs.lua b/test/library/gui/dialogs.lua index 6277e15d4..2197faa1e 100644 --- a/test/library/gui/dialogs.lua +++ b/test/library/gui/dialogs.lua @@ -1,5 +1,3 @@ -config.mode = 'fortress' - local gui = require('gui') local function send_keys(...) local keys = {...}