diff options
| author | “pengxuanzheng” <[email protected]> | 2021-09-06 15:26:20 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2021-10-11 16:55:33 +0800 |
| commit | 89a92df45a1524c1759990f9ba4bb90d7684a704 (patch) | |
| tree | b1f6fa59ff4ec3f9f293a474ae5ad9080793d441 /gtest/CheckHosClient.cpp | |
| parent | 8c49f4d2c244a6beda066f0956ac2fe048c98812 (diff) | |
✨ feat(TSG-7599): 修改测试用例
Diffstat (limited to 'gtest/CheckHosClient.cpp')
| -rw-r--r-- | gtest/CheckHosClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/CheckHosClient.cpp b/gtest/CheckHosClient.cpp index b9f64d1d..644c4ab0 100644 --- a/gtest/CheckHosClient.cpp +++ b/gtest/CheckHosClient.cpp @@ -109,7 +109,7 @@ void CheckStructGHosFdContext(hos_fd_context_t *actual, hos_fd_context_t *expect void CheckHosInstance(hos_instance actual, hos_instance expect) { - EXPECT_EQ(actual->result, expect->result); + EXPECT_EQ(actual->status, expect->status); EXPECT_EQ(actual->error_code, expect->error_code); EXPECT_STREQ(actual->error_message, expect->error_message); EXPECT_STREQ(actual->hos_url_prefix, expect->hos_url_prefix); |
