aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/reqrep0/req_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/reqrep0/req_test.c')
-rw-r--r--src/protocol/reqrep0/req_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/reqrep0/req_test.c b/src/protocol/reqrep0/req_test.c
index 6cb06f62..fa685e52 100644
--- a/src/protocol/reqrep0/req_test.c
+++ b/src/protocol/reqrep0/req_test.c
@@ -921,8 +921,8 @@ test_req_validate_peer(void)
}
TEST_LIST = {
- { "req rep identity", test_req_identity },
- { "req resend option", test_req_ttl_option },
+ { "req identity", test_req_identity },
+ { "req ttl option", test_req_ttl_option },
{ "req resend option", test_req_resend_option },
{ "req recv bad state", test_req_recv_bad_state },
{ "req recv garbage", test_req_recv_garbage },