tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4db6ab5c181fa85deb92076588d71cac73339dad
parent bbf8f0f1fbcbd8194d5e7333ce9f2b4d535783e4
Author: Sebastian Hahn <sebastian@torproject.org>
Date:   Thu,  1 Feb 2024 17:16:17 +0100

Update test strings

Diffstat:
Msrc/test/test_dir.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_dir.c b/src/test/test_dir.c @@ -5265,7 +5265,7 @@ test_dir_conn_purpose_to_string(void *data) tt_str_op(dir_conn_purpose_to_string(purpose), OP_EQ, expected); EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_DIR, "server descriptor upload"); - EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_VOTE, "server vote upload"); + EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_VOTE, "consensus vote upload"); EXPECT_CONN_PURPOSE(DIR_PURPOSE_UPLOAD_SIGNATURES, "consensus signature upload"); EXPECT_CONN_PURPOSE(DIR_PURPOSE_FETCH_SERVERDESC, "server descriptor fetch");