Skip to content

Commit

Permalink
No need to import getMavenSettingsFile when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-wiggs committed Jul 24, 2024
1 parent 7592e88 commit 967455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot-generator.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getMavenProjectDirectory, getMavenSettingsFile } from './utils/test-util';
import { getMavenProjectDirectory } from './utils/test-util';
import { generateDependencyGraph, generateSnapshot } from './snapshot-generator';
import {describe, it, expect} from 'vitest';

Expand Down

0 comments on commit 967455e

Please sign in to comment.