Skip to content

Commit

Permalink
Update PhotonPoseEstimatorTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 10, 2024
1 parent f81e466 commit 819a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ TEST(PhotonPoseEstimatorTest, PoseCache) {
EXPECT_FALSE(estimatedPose);

// Set result, and update -- expect present and timestamp to be 15
cameraOne.testResult = {{0, 0_s, 3_ms, {}}};
cameraOne.testResult = {{0, 0_s, 3_ms, targets}};
cameraOne.testResult[0].SetRecieveTimestamp(units::second_t(15));

for (const auto& result : cameraOne.GetAllUnreadResults()) {
Expand Down

0 comments on commit 819a5ae

Please sign in to comment.