summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 7866db0b85..c2e34013b3 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -3560,8 +3560,9 @@ test_circuit_timeout(void)
}
}
- test_assert(estimate.liveness.onehop_idx == 0);
- test_assert(final.liveness.onehop_idx == MAX_RECENT_TIMEOUT_COUNT-1);
+ test_assert(estimate.liveness.after_firsthop_idx == 0);
+ test_assert(final.liveness.after_firsthop_idx ==
+ MAX_RECENT_TIMEOUT_COUNT-1);
test_assert(circuit_build_times_network_check_live(&estimate));
test_assert(circuit_build_times_network_check_live(&final));