summaryrefslogtreecommitdiffstats
path: root/src/gtest/rpc_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest/rpc_test.cpp')
-rw-r--r--src/gtest/rpc_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/rpc_test.cpp b/src/gtest/rpc_test.cpp
index 168ee936..38d34320 100644
--- a/src/gtest/rpc_test.cpp
+++ b/src/gtest/rpc_test.cpp
@@ -353,7 +353,7 @@ TEST_F(RpcTest, get_version) {
EXPECT_TRUE(response["result"] != Json::nullValue);
EXPECT_TRUE(response["result"]["built_by"] == "MOCK");
- EXPECT_TRUE(response["result"]["version"] == "v0.0");
+ EXPECT_TRUE(response["result"]["version"] == "v1.75");
}
/* get system info */