From 74d68a884c278bd19f488e24a3349e1c98c1db5d Mon Sep 17 00:00:00 2001 From: Elad Salomons Date: Thu, 30 Aug 2018 18:05:39 +0300 Subject: [PATCH] Fix typo --- tests/test_toolkit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_toolkit.cpp b/tests/test_toolkit.cpp index 7b87674..f514a26 100644 --- a/tests/test_toolkit.cpp +++ b/tests/test_toolkit.cpp @@ -236,7 +236,7 @@ BOOST_FIXTURE_TEST_CASE(test_setdemandpattern, Fixture) BOOST_REQUIRE(pat_index == pat_index_2); } } - +} BOOST_FIXTURE_TEST_CASE(test_addpattern, Fixture) { int pat_index, n_patterns_1, n_patterns_2;