Skip to content

Commit

Permalink
Update src/test/function_test/utils/test_util.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Wang <[email protected]>
  • Loading branch information
GehaFearless and empiredan authored Jan 10, 2024
1 parent 5401e13 commit 3262db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/function_test/utils/test_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ using std::vector;

namespace pegasus {

test_util::test_util(map<string, string> create_envs, std::string cluster_name)
test_util::test_util(map<string, string> create_envs, const std::string &cluster_name)
: kOpNames({{test_util::OperateDataType::kSet, "set"},
{test_util::OperateDataType::kGet, "get"},
{test_util::OperateDataType::kDelete, "delete"},
Expand Down

0 comments on commit 3262db8

Please sign in to comment.