Skip to content

Commit

Permalink
Fix stub error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakirekommula committed May 23, 2024
1 parent 6d90def commit 8f583d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gma/src/stub/query_info_internal_stub.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class QueryInfoInternalStub : public QueryInfoInternal {
private:
Future<void> CreateAndCompleteFutureStub(QueryInfoFn fn) {
CreateAndCompleteFuture(fn, kAdErrorCodeNone, nullptr, &future_data_);
return GetLastResult(fn);
return GetInitializeLastResult();
}

Future<QueryInfoResult> CreateAndCompleteQueryInfoFutureStub(QueryInfoFn fn) {
Expand Down

0 comments on commit 8f583d3

Please sign in to comment.