Skip to content

Commit c588055

Browse files
M-Lipinkundadebdatta
authored andcommitted
Restore PrepareAsync to be virtual.
1 parent ea36576 commit c588055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/v3/QueryTV3BenchmarkOperation.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private async Task<OperationResult> ExecuteOnceAsyncWithStreamsAndPagination()
260260
/// </summary>
261261
/// <returns></returns>
262262
/// <exception cref="Exception"></exception>
263-
public async Task PrepareAsync()
263+
public virtual async Task PrepareAsync()
264264
{
265265
if (this.initialized)
266266
{

0 commit comments

Comments
 (0)