Skip to content

Commit 34472ee

Browse files
Removed typo error from unit tests.
1 parent f125781 commit 34472ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

inference_client/tests/test_client_factory.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ TEST_F(ClientFactoryTest, CreateClientFromUri)
5858
// Ideally, this would be mocked or tested in integration tests
5959
std::unique_ptr<tc::infer::client_interface> client = create_client(test_uri, timeout);
6060

61-
client->
62-
63-
// Verify the client was created successfully
64-
ASSERT_NE(client, nullptr);
61+
// Verify the client was created successfully
62+
ASSERT_NE(client, nullptr);
6563
}
6664

6765
// If you want to test the commented-out function for UNIT_TESTS, you could add something like:

0 commit comments

Comments
 (0)