Skip to content

Commit

Permalink
run lint and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Dec 9, 2024
1 parent f1be309 commit ed5055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/compileProtos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('compileProtos tool', () => {
);
assert(!js.toString().includes('require("protobufjs/minimal")'));
assert(
!js.toString().includes('import {protobufMinimal as protobuf} from "google-gax/build/esm/src/protobuf.js";\nconst $protobuf = protobuf.default;')
!js.toString().includes('import * as $protobuf from "protobufjs/minimal"')
);

// check that it uses proper root object; it's taken from fixtures/package.json
Expand Down

0 comments on commit ed5055a

Please sign in to comment.