From 4968d97c22b2f0cbc21e65b2d7a97a5388f5d099 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 8 May 2021 22:12:07 -0400 Subject: [PATCH] test/structures/find: avoid overwriting other potential config values --- test/structures/find.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/structures/find.lua b/test/structures/find.lua index 57a659afa..c01f071e1 100644 --- a/test/structures/find.lua +++ b/test/structures/find.lua @@ -1,6 +1,4 @@ -config = { - mode = 'title', -} +config.mode = 'title' local function clean_vec(vec) while #vec > 0 do