Skip to content

Commit c43d614

Browse files
Copilotfgreinacher
andcommitted
Move templated test file to separate directory below fixtures to avoid interference with existing tests
Co-authored-by: fgreinacher <[email protected]>
1 parent b9541d3 commit c43d614

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/publish.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ test.serial("Publish a release with templated wildcard path", async (t) => {
723723
const encodedProjectPath = encodeURIComponent(`${owner}/${repo}`);
724724
const encodedGitTag = encodeURIComponent(nextRelease.gitTag);
725725

726-
const assets = ["upload_v${nextRelease.version}.txt"];
726+
const assets = ["versioned/upload_v${nextRelease.version}.txt"];
727727

728728
const uploaded = {
729729
url: "/uploads/upload_v1.0.0.txt",

0 commit comments

Comments
 (0)