From c7338d01d8b5acc7974002bc950cd04005948db2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 19:35:35 -0400 Subject: [PATCH] fix: proper config values --- spec/config_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/config_spec.lua b/spec/config_spec.lua index cd5b058..5b41617 100644 --- a/spec/config_spec.lua +++ b/spec/config_spec.lua @@ -87,7 +87,7 @@ describe('cp.config', function() it('validates next_test_key is non-empty string', function() local invalid_config = { - run_panel = { next_test_key = nil }, + run_panel = { next_test_key = '' }, } assert.has_error(function()