Skip to content

Commit

Permalink
Fix broken GitHub build due to use of incorrect status matcher namesp…
Browse files Browse the repository at this point in the history
…ace.

PiperOrigin-RevId: 713377959
  • Loading branch information
jwcullen committed Jan 8, 2025
1 parent 4072bf5 commit 5b3bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iamf/cli/tests/sample_processor_base_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace iamf_tools {
namespace {

using ::absl_testing::IsOk;
using ::testing::status::StatusIs;
using ::absl_testing::StatusIs;

using absl::StatusCode::kFailedPrecondition;

Expand Down

0 comments on commit 5b3bccb

Please sign in to comment.