From 9aed82a43a9588a8fbf8e9e037ef090568015ddd Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Wed, 15 Sep 2021 14:25:57 +0800 Subject: [PATCH] Update test/integration/buoyancy_engine.cc Co-authored-by: Louise Poubel Signed-off-by: Arjo Chakravarty --- test/integration/buoyancy_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/buoyancy_engine.cc b/test/integration/buoyancy_engine.cc index 6677ff06b7..2e5ae9cb51 100644 --- a/test/integration/buoyancy_engine.cc +++ b/test/integration/buoyancy_engine.cc @@ -36,7 +36,7 @@ using namespace ignition; using namespace gazebo; -class BuoyancyEngineTest : public ::testing::Test +class BuoyancyEngineTest : public InternalFixture<:::testing::Test> { // Documentation inherited protected: void SetUp() override