Skip to content

Commit

Permalink
Break test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Mar 28, 2024
1 parent a4f1ffe commit 9094a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/live_packager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ TEST_P(TimedTextParameterizedTest, VerifyTimedText) {

std::vector<uint8_t> actual_buf(out.SegmentData(),
out.SegmentData() + out.SegmentSize());
ASSERT_EQ(expected_buf, actual_buf);
ASSERT_EQ(expected_buf, std::vector<uint8_t>{});
}
}
}
Expand Down

0 comments on commit 9094a1d

Please sign in to comment.