Skip to content

Commit 613ea33

Browse files
committed
chore: remove duplicated lines
1 parent 4bca542 commit 613ea33

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/suite/lib/ggshield-resolver-utils.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ suite("getGGShield integration tests", async () => {
2929
path.join(tempDir, "ggshield_version"),
3030
);
3131
version = getGGShieldUtils.getGGShieldVersion(mockContext);
32-
// copying ggshield_version file to tempDir
33-
fs.copyFileSync(
34-
path.join(__dirname, "..", "..", "..", "..", "ggshield_version"),
35-
path.join(tempDir, "ggshield_version"),
36-
);
3732
output = ""; // Reset captured output before each test
3833
originalLog = console.log; // Store original console.log
3934

0 commit comments

Comments
 (0)