提交 2e454099 编写于 作者: S SherlockNoMad

Fix appveyor build failure

上级 dba5e007
......@@ -106,7 +106,7 @@ TEST_F(GeoDBTest, Search) {
GeoIterator* iter = getdb()->SearchRadial(GeoPosition(46, 46), 200000);
ASSERT_TRUE(status.ok());
ASSERT_EQ(iter->geo_object().value, "midvalue1");
uint size = 0;
uint32_t size = 0;
while (iter->Valid()) {
size++;
iter->Next();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册