From 2be4422e47f140c66d14b7d4cccdb09562ab0c0f Mon Sep 17 00:00:00 2001 From: martinsumner Date: Fri, 23 Jun 2017 12:44:52 +0100 Subject: [PATCH] Re-add test --- test/end_to_end/tictac_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end_to_end/tictac_SUITE.erl b/test/end_to_end/tictac_SUITE.erl index c0d66eb..de3e2a7 100644 --- a/test/end_to_end/tictac_SUITE.erl +++ b/test/end_to_end/tictac_SUITE.erl @@ -8,7 +8,7 @@ ]). all() -> [ - % many_put_compare, + many_put_compare, index_compare ].