Skip to content
Snippets Groups Projects
Commit fcd5c314 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'maint-0.2.8' into maint-0.2.9

parents 1db5081b a5f5bda4
No related branches found
No related tags found
No related merge requests found
......@@ -1632,8 +1632,8 @@ test_config_adding_default_trusted_dir_servers(void *arg)
/* Assume we have eight V3 authorities */
add_default_trusted_dir_authorities(V3_DIRINFO);
tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 8);
tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 9);
tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 9);
tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 10);
done:
clear_dir_servers();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment