From 82951e4d96a4f11f588f56151ef14769990b37bd Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@cray.com> Date: Wed, 18 Nov 2020 16:23:37 +0100 Subject: [PATCH] fix #102 --- tests/simple_archiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simple_archiver.c b/tests/simple_archiver.c index de8fccd5..6e9a2528 100644 --- a/tests/simple_archiver.c +++ b/tests/simple_archiver.c @@ -165,7 +165,7 @@ CHEAT_TEST(simple_archiver, } /* acknowledge all */ cheat_assert(MSTRO_OK==mstro_subscription_ack( - join_leave_subscription, e)); + cdo_subscription, e)); /* dispose all */ cheat_assert(MSTRO_OK==mstro_pool_event_dispose(e)); } else { -- GitLab