summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-07-25 16:57:32 -0400
committerNick Mathewson <nickm@torproject.org>2019-07-25 16:57:32 -0400
commit69921a6a8a80516a09bb126dbafcef1bf3b3fbac (patch)
tree357b149b1324ee592fd19d7e5a7ad8c42cb0baa6 /src
parent57f955a38b5d547659cf8df194b4854afbf568f6 (diff)
parent6095bbf74ec9ea1eb6eaba15939766cad0a3b235 (diff)
downloadtor-69921a6a8a80516a09bb126dbafcef1bf3b3fbac.tar.gz
tor-69921a6a8a80516a09bb126dbafcef1bf3b3fbac.zip
Merge branch 'maint-0.4.1'
Diffstat (limited to 'src')
-rw-r--r--src/test/test_routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
index 84ec8cc462..6d596e87ea 100644
--- 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: