Skip to content

Commit

Permalink
Reverting non-essential commit
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Jul 15, 2023
1 parent 85d72a2 commit e687c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/testing/matchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class ErrorMatcher {
} else if (status.ok()) {
*listener << "whose non-error doesn't match";
} else {
*listener << "whose error (" << status.message() << ") doesn't match";
*listener << "whose error doesn't match";
}

testing::internal::PrintIfNotEmpty(value_listener.str(), listener->stream());
Expand Down

0 comments on commit e687c70

Please sign in to comment.