Skip to content

Commit 8f583d3

Browse files
committed
Fix stub error.
1 parent 6d90def commit 8f583d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gma/src/stub/query_info_internal_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class QueryInfoInternalStub : public QueryInfoInternal {
5353
private:
5454
Future<void> CreateAndCompleteFutureStub(QueryInfoFn fn) {
5555
CreateAndCompleteFuture(fn, kAdErrorCodeNone, nullptr, &future_data_);
56-
return GetLastResult(fn);
56+
return GetInitializeLastResult();
5757
}
5858

5959
Future<QueryInfoResult> CreateAndCompleteQueryInfoFutureStub(QueryInfoFn fn) {

0 commit comments

Comments
 (0)