Skip to content

Commit

Permalink
Address failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Oct 14, 2024
1 parent 8ddbc3d commit f0161e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions velox/functions/tests/FunctionRegistryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,6 @@ TEST_F(FunctionRegistryTest, getFunctionSignatures) {
.build()
->toString());

ASSERT_EQ(
functionSignatures["ipprefix_func"].at(0)->toString(),
exec::FunctionSignatureBuilder()
.returnType("ipprefix")
.variableArity("ipprefix")
.build()
->toString());

ASSERT_EQ(
functionSignatures["vector_func_one"].at(0)->toString(),
exec::FunctionSignatureBuilder()
Expand Down

0 comments on commit f0161e8

Please sign in to comment.