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

Commit b967d5a

Browse files
1 parent 0d1f246 commit b967d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testproxy/services/utils/bigtable-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function createBigtableClient(bigtable: Bigtable) {
3030
// We'll store these in the Bigtable object so that we can access them from the
3131
// test proxy.
3232
if (bigtableAny[v2]) {
33-
throw Object.assign(new Error(`should not have a BigtableClient already`), {
33+
throw Object.assign(new Error('should not have a BigtableClient already'), {
3434
code: grpc.status.ALREADY_EXISTS,
3535
});
3636
}

0 commit comments

Comments
 (0)