From 9b3b1425a105dae0c453c6227aea04e5e227a668 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Wed, 11 Aug 2021 17:32:56 -0500 Subject: [PATCH] fixed missing test --- docs/mode.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mode.lua b/docs/mode.lua index 8f2e6d5..da80feb 100644 --- a/docs/mode.lua +++ b/docs/mode.lua @@ -1 +1,2 @@ -return 'normal' \ No newline at end of file +return 'normal' +--normal or test \ No newline at end of file