Skip to content

Commit c0e3ab6

Browse files
committed
reset
1 parent 6b91a51 commit c0e3ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_khepri.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ prepare_for_reset() ->
381381
%% @private
382382

383383
reset() ->
384-
khepri_cluster:reset(?RA_CLUSTER_NAME),
384+
ok = khepri_cluster:reset(?RA_CLUSTER_NAME),
385385
ok = khepri:stop(?RA_CLUSTER_NAME),
386386
ok = ensure_ra_system_stopped(),
387387
ok.

0 commit comments

Comments
 (0)