Skip to content

Commit 41a854e

Browse files
committed
Unit test incorrect assertion
1 parent d0178ed commit 41a854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_common_arg_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void test_default_values() {
2222
assert(result == true);
2323
assert(parser.getRecursive() == false);
2424
assert(parser.getVerbosity() == 0);
25-
assert(parser.getInputFormat() == "json");
25+
assert(parser.getInputFormat() == "auto");
2626
assert(parser.getMaxDepth() == -1);
2727
assert(parser.getMinDate() == 0);
2828
assert(parser.getMaxDate() == 0);

0 commit comments

Comments
 (0)