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 6d616b2 commit 4c843f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/updaters/version-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ describe('VersionManifest', () => {
describe('updateContent', () => {
it('updates versions.txt with a version prefix', async () => {
const oldContent = readFileSync(
resolve(fixturesPath, './versions-prefix.txt'),
'utf8'
resolve(fixturesPath, './versions-prefix.txt'),
'utf8'
).replace(/\r\n/g, '\n');
const versions = new Map<string, Version>();
versions.set('google-cloud-trace', Version.parse('2.3.4'));
Expand Down

0 comments on commit 4c843f5

Please sign in to comment.