Skip to content

Commit fae55e0

Browse files
authored
[Azure.Monitor.Query] Update tests.yml (Azure#35138)
1 parent e91500d commit fae55e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/monitor/Azure.Monitor.Query/tests/LogsQueryClientClientLiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public async Task CanQueryWithStatisticsBatch(bool include)
611611
if (include)
612612
{
613613
using JsonDocument document = JsonDocument.Parse(result.GetStatistics());
614-
Assert.Greater(document.RootElement.GetProperty("query").GetProperty("executionTime").GetDouble(), 0);
614+
Assert.GreaterOrEqual(document.RootElement.GetProperty("query").GetProperty("executionTime").GetDouble(), 0);
615615
}
616616
else
617617
{

0 commit comments

Comments
 (0)