Skip to content

Commit febdaac

Browse files
Update packages/google-cloud-bigtable/tests/system/data/test_metrics_async.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d40fa0a commit febdaac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigtable/tests/system/data/test_metrics_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ async def test_mutate_row(self, table, temp_rows, handler, cluster_config):
254254
operation.zone
255255
== cluster_config[operation.cluster_id].location.split("/")[-1]
256256
)
257-
assert operation.duration_ns > 0 and operation.duration_ns < 1e9
257+
assert operation.duration_ns > 0
258258
assert (
259259
operation.first_response_latency_ns is None
260260
) # populated for read_rows only

0 commit comments

Comments
 (0)