From 47655dc9c7ef68efcbc341e0040669dfe62ad986 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Thu, 22 Jun 2017 14:30:14 +0100 Subject: [PATCH] Uncomment previous 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 da2e641..5544876 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 ].