mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.1'
This commit is contained in:
commit
69921a6a8a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue