Skip to content

Commit

Permalink
Fix instanced tests in replay renderer test. (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc authored Sep 28, 2023
1 parent aeabb76 commit 30f4cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/BatchReplayRendererTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ BatchReplayRendererTest::BatchReplayRendererTest() {

// test recording and playback through the simulator interface
void BatchReplayRendererTest::testUnproject() {
auto&& data = TestIntegrationData[testCaseInstanceId()];
auto&& data = TestUnprojectData[testCaseInstanceId()];
setTestCaseDescription(data.name);

std::vector<esp::sensor::SensorSpec::ptr> sensorSpecifications;
Expand Down Expand Up @@ -582,7 +582,7 @@ void BatchReplayRendererTest::testArticulatedObject() {
}

void BatchReplayRendererTest::testClose() {
auto&& data = TestIntegrationData[testCaseInstanceId()];
auto&& data = TestCloseData[testCaseInstanceId()];
setTestCaseDescription(data.name);

auto sensorSpecifications = getDefaultSensorSpecs(TestFlag::Color);
Expand Down

0 comments on commit 30f4cc7

Please sign in to comment.