Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Nov 19, 2024
1 parent 28f66a9 commit 2a84cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/common/base/tests/StatusTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Status returnNotOk(Status s) {
return Status::Invalid("invalid");
}

TEST(StatusTest, stausMacros) {
TEST(StatusTest, statusMacros) {
ASSERT_EQ(returnIf(true), Status::Invalid("error"));
ASSERT_EQ(returnIf(false), Status::OK());

Expand Down

0 comments on commit 2a84cb9

Please sign in to comment.