diff --git a/sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp b/sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp index de5d4f579e..7bf01d632b 100644 --- a/sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp +++ b/sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp @@ -240,7 +240,7 @@ void run_test_graph4() { } /* namespace TestStaticCrsGraph */ -TEST(NotSureWhatGoesThere, staticcrsgraph) { +TEST(TestCategory, staticcrsgraph) { TestStaticCrsGraph::run_test_graph(); TestStaticCrsGraph::run_test_graph2(); TestStaticCrsGraph::run_test_graph3(1, 0);