From c3738ace48a167636a19148c721329cee5159c28 Mon Sep 17 00:00:00 2001 From: Marcin SP6MI Date: Wed, 28 Jun 2023 21:47:37 +0200 Subject: [PATCH] Fix tests --- test/test_parse_logcfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_parse_logcfg.c b/test/test_parse_logcfg.c index 33a4b460..fee9e7ff 100644 --- a/test/test_parse_logcfg.c +++ b/test/test_parse_logcfg.c @@ -920,7 +920,7 @@ void test_ssbmode(void **state) { void test_operating_mode(void **state) { int rc = call_parse_logcfg("OPERATING_MODE=S&P\n"); assert_int_equal(rc, 0); - assert_int_equal(cqmode, S_P); + assert_int_equal(cqmode, CQ); } // TLFCOLOR1..6