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

Fix a wide line in test_geoip_with_pt

parent 74262f15
No related branches found
No related tags found
No related merge requests found
......@@ -1334,7 +1334,8 @@ test_geoip_with_pt(void)
/* Test the transport history string. */
s = geoip_get_transport_history();
tor_assert(s);
test_streq(s, "<OR>=8,alpha=16,beta=8,charlie=16,ddr=136,entropy=8,fire=8,google=8");
test_streq(s, "<OR>=8,alpha=16,beta=8,charlie=16,ddr=136,"
"entropy=8,fire=8,google=8");
/* Stop collecting entry statistics. */
geoip_entry_stats_term();
......
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