Skip to content

Commit d554f23

Browse files
committed
Adjust test after data change
1 parent d7990e6 commit d554f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/c/parse_tz.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TEST(parse_tz, cst6cdt)
8989

9090
CHECK(t->tz_info != NULL);
9191
STRCMP_EQUAL(t->tz_info->name, "CST6CDT");
92-
LONGS_EQUAL(4, t->tz_info->bit64.typecnt);
92+
LONGS_EQUAL(6, t->tz_info->bit64.typecnt);
9393
LONGS_EQUAL(1, t->tz_info->posix_info->type_index_dst_type);
9494
LONGS_EQUAL(0, tll);
9595

0 commit comments

Comments
 (0)