Skip to content

Commit

Permalink
fix alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Feb 14, 2025
1 parent 00fb461 commit e8c8eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ TEST_F(KinesisTest, testSubscribe)
{

double elapsed_time = std::chrono::duration<double, std::milli>(t_end-t_start).count();
SCOPED_TRACE("SetSubscribeToShardEventCallback called at time: " + std::to_string(elapsed_time) + " ms" );
SCOPED_TRACE("SetSubscribeToShardEventCallback called at time: " + Utils::StringUtils::to_string(elapsed_time) + " ms" );
EXPECT_EQ(event.GetRecords().size(), 3u);
}
t_start = t_end;
Expand Down

0 comments on commit e8c8eba

Please sign in to comment.