Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 5daed23

Browse files
committed
remove only
1 parent dcf53c1 commit 5daed23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-test/read-rows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('Bigtable/Table', () => {
124124
});
125125
});
126126

127-
describe.only('createReadStream', () => {
127+
describe('createReadStream', () => {
128128
let endCalled: boolean;
129129
let error: ServiceError | null;
130130
let requestedOptions: Array<{}>;

0 commit comments

Comments
 (0)