Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Oct 8, 2024
1 parent 626dd8a commit 79ffc9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"chai": "^4.2.0",
"config-chain": "^1.1.13",
"cross-env": "^7.0.0",
"gts": "^3.1.0",
"gts": "^3.1.1",
"mocha": "^9.2.2",
"nock": "^13.0.0",
"sinon": "18.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/updaters/version-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('VersionManifest', () => {
).replace(/\r\n/g, '\n');
const versions = new Map<string, Version>();
versions.set('google-cloud-trace', Version.parse('2.3.4'));
versions.set('trace', Version.parse('3.4.5'))
versions.set('trace', Version.parse('3.4.5'));
const javaAuthVersions = new VersionsManifest({
versionsMap: versions,
version: Version.parse('1.2.3'),
Expand Down

0 comments on commit 79ffc9f

Please sign in to comment.