Skip to content

Commit d6bea53

Browse files
author
Edward Thomson
authored
Update tests/graph/commit_graph.c
1 parent 589654d commit d6bea53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/graph/commit_graph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void test_graph_commit_graph__parse_octopus_merge(void)
6666
cl_git_pass(git_oid_fromstr(&id, "348f16ffaeb73f319a75cec5b16a0a47d2d5e27c"));
6767
cl_assert_equal_oid(&e.tree_oid, &id);
6868
cl_assert_equal_i(e.generation, 7);
69-
cl_assert_equal_i(e.commit_time, INT64_C(1447083009));
69+
cl_assert_equal_i(e.commit_time, UINT64_C(1447083009));
7070
cl_assert_equal_i(e.parent_count, 3);
7171

7272
cl_git_pass(git_oid_fromstr(&id, "ad2ace9e15f66b3d1138922e6ffdc3ea3f967fa6"));

0 commit comments

Comments
 (0)