Skip to content

Commit 7c19a8e

Browse files
committed
fix test
1 parent 29281a9 commit 7c19a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/sw/redis++/test_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
5050
sw::redis::ConnectionOptions cluster_node_opts;
5151
std::tie(opts, cluster_node_opts) = parse_options(argc, argv);
5252

53-
sw::redis::test::SanityTest sanity_test(opts);
53+
sw::redis::test::SanityTest sanity_test(opts, cluster_node_opts);
5454
sanity_test.run();
5555

5656
std::cout << "Pass sanity tests" << std::endl;

0 commit comments

Comments
 (0)