diff --git a/unit_tests/data/Test_TensorImpl.cpp b/unit_tests/data/Test_TensorImpl.cpp
index e463a78752caed070c2096859bcc2a27717085fe..72556531231058b4cc83f993aca8c9ebe75fa79c 100644
--- a/unit_tests/data/Test_TensorImpl.cpp
+++ b/unit_tests/data/Test_TensorImpl.cpp
@@ -74,8 +74,6 @@ TEST_CASE("[backend/cpu/data] Tensor", "[Tensor]") {
         x = Array3D<int, 2, 2, 2>{{{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}}};
         REQUIRE_NOTHROW(x.print());
     }
-  }
-}
 
 TEST_CASE("Tensor fill") {
   SECTION("Instantiate batches independantly") {