Skip to content

Commit

Permalink
chore: rename fixture package file and lock files so they do not trig…
Browse files Browse the repository at this point in the history
…ger osv scanner (#24625)
  • Loading branch information
secustor committed Sep 23, 2023
1 parent 4a7ece1 commit e4e3b9b
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 48,461 deletions.
4 changes: 2 additions & 2 deletions lib/modules/manager/gomod/extract.spec.ts
@@ -1,8 +1,8 @@
import { Fixtures } from '../../../../test/fixtures';
import { extractPackageFile } from '.';

const gomod1 = Fixtures.get('1/go.mod');
const gomod2 = Fixtures.get('2/go.mod');
const gomod1 = Fixtures.get('1/go-mod');
const gomod2 = Fixtures.get('2/go-mod');

describe('modules/manager/gomod/extract', () => {
describe('extractPackageFile()', () => {
Expand Down
6 changes: 3 additions & 3 deletions lib/modules/manager/gomod/update.spec.ts
Expand Up @@ -2,9 +2,9 @@ import { Fixtures } from '../../../../test/fixtures';
import type { UpdateType } from '../../../config/types';
import { updateDependency } from '.';

const gomod1 = Fixtures.get('1/go.mod');
const gomod2 = Fixtures.get('2/go.mod');
const gomod3 = Fixtures.get('3/go.mod');
const gomod1 = Fixtures.get('1/go-mod');
const gomod2 = Fixtures.get('2/go-mod');
const gomod3 = Fixtures.get('3/go-mod');

describe('modules/manager/gomod/update', () => {
describe('updateDependency', () => {
Expand Down

0 comments on commit e4e3b9b

Please sign in to comment.