Skip to content

Commit 7a747ec

Browse files
committed
instance models fixture
1 parent 185121a commit 7a747ec

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/viam/sdk/tests/test_utils.hpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@
1313
namespace viam {
1414
namespace sdktests {
1515

16-
struct GlobalFixture {
17-
GlobalFixture() {
18-
BOOST_TEST_MESSAGE("Creating instance");
19-
(void)sdk::Instance::current(sdk::Instance::Creation::if_needed);
20-
}
21-
};
22-
23-
BOOST_TEST_GLOBAL_FIXTURE(GlobalFixture);
24-
2516
using namespace viam::sdk;
17+
BOOST_TEST_GLOBAL_FIXTURE(Instance);
2618

2719
ProtoStruct fake_map();
2820
std::vector<GeometryConfig> fake_geometries();

0 commit comments

Comments
 (0)