Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darvark committed Aug 3, 2023
1 parent d79be5d commit c3738ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parse_logcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3738ac

Please sign in to comment.