Skip to content

Commit fcf27a1

Browse files
committed
Fix bug
1 parent a3379e1 commit fcf27a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/documentdb-benchmark/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private async Task RunAsync()
140140
metricCollectionDefinition.Id = MetricCollectionName;
141141
metricCollectionDefinition.DefaultTimeToLive = defaultTimeToLive;
142142

143-
await ExecuteWithRetries<ResourceResponse<DocumentCollection>>(
143+
metricCollection = await ExecuteWithRetries<ResourceResponse<DocumentCollection>>(
144144
this.client,
145145
() => client.CreateDocumentCollectionAsync(
146146
UriFactory.CreateDatabaseUri(DatabaseName),

0 commit comments

Comments
 (0)