Skip to content

Commit

Permalink
Routing test: Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and hellkite500 committed May 20, 2024
1 parent 6114cd5 commit 70545d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/routing/Routing_Py_Bind_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
#include <pybind11/stl.h>
namespace py = pybind11;

//using namespace std;


class RoutingPyBindTest : public ::testing::Test {
private:
static std::shared_ptr<utils::ngenPy::InterpreterUtil> interpreter;
Expand All @@ -24,7 +21,7 @@ class RoutingPyBindTest : public ::testing::Test {

}
};
//Make sure the interpreter is instansiated and lives throught the test class
//Make sure the interpreter is instantiated and lives throughout the test class
std::shared_ptr<utils::ngenPy::InterpreterUtil> RoutingPyBindTest::interpreter = utils::ngenPy::InterpreterUtil::getInstance();

TEST_F(RoutingPyBindTest, TestRoutingPyBind)
Expand Down

0 comments on commit 70545d1

Please sign in to comment.