Fix build error
authorIlho Kim <ilho159.kim@samsung.com>
Fri, 5 Feb 2021 06:28:57 +0000 (15:28 +0900)
committer김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 <ilho159.kim@samsung.com>
Fri, 5 Feb 2021 06:32:25 +0000 (15:32 +0900)
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
test/unit_tests/test_socket.cc

index aa3575a..3044f88 100644 (file)
@@ -36,5 +36,5 @@ class SocketTest : public ::testing::Test {
 
 TEST_F(SocketTest, ClientSocket) {
   ps::ClientSocket socket("test_path");
-  EXPECT_EQ(socket.Connect(), 0);
+  EXPECT_EQ(socket.GetPath(), "test_path");
 }