commit 69921a6a8a80516a09bb126dbafcef1bf3b3fbac
parent 57f955a38b5d547659cf8df194b4854afbf568f6
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 25 Jul 2019 16:57:32 -0400
Merge branch 'maint-0.4.1'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
@@ -631,7 +631,7 @@ mock_clock_skew_warning(const connection_t *conn, long apparent_skew,
(void)conn;
mock_apparent_skew = apparent_skew;
tt_int_op(trusted, OP_EQ, 1);
- tt_int_op(domain, OP_EQ, LD_GENERAL);
+ tt_i64_op(domain, OP_EQ, LD_GENERAL);
tt_str_op(received, OP_EQ, "microdesc flavor consensus");
tt_str_op(source, OP_EQ, "CONSENSUS");
done: