Skip to content

Commit

Permalink
Fix tests after DA list update (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode authored Jul 4, 2024
1 parent 35f0f53 commit 419df54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2006,8 +2006,8 @@ test_config_adding_default_trusted_dir_servers(void *arg)

/* Assume we have three V3 authorities */
add_default_trusted_dir_authorities(V3_DIRINFO);
tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 3);
tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 3);
tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 5);
tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 5);

done:
clear_dir_servers();
Expand Down

0 comments on commit 419df54

Please sign in to comment.