Skip to content

Commit a061873

Browse files
Fixed test_package source code.
1 parent a3ae497 commit a061873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_package/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
int main(int, char**)
2020
{
21-
auto client = tc::infer::client_factory::create_client("localhost:8001");
21+
auto client = tc::infer::create_client("localhost:8001");
2222
std::cout << "Welcome to TeiaCareInferenceClient - This is a Conan package test" << std::endl;
2323
return 0;
2424
}

0 commit comments

Comments
 (0)