Skip to content

Commit e055a54

Browse files
committed
test(npm): Remove another incorrect replacement
Remove the replacement analog to 1e58026 and dfaa896. Signed-off-by: Frank Viernau <[email protected]>
1 parent be40325 commit e055a54

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

plugins/package-managers/node/src/funTest/assets/projects/synthetic/npm/node-modules-expected-output.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
project:
3-
id: "NPM::<REPLACE_PROJECT_NAME>:1.0.0"
3+
id: "NPM::npm-node-modules:1.0.0"
44
definition_file_path: "<REPLACE_DEFINITION_FILE_PATH>"
55
authors:
66
- "The Author"

plugins/package-managers/node/src/funTest/kotlin/npm/NpmFunTest.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ class NpmFunTest : WordSpec({
108108
patchActualResult(result.toYaml()) should matchExpectedResult(
109109
expectedResultFile,
110110
definitionFile,
111-
custom = mapOf(
112-
"<REPLACE_PROJECT_NAME>" to "npm-${definitionFile.parentFile.name}",
113-
"<REPLACE_LOCKFILE_NAME>" to "package-lock.json"
114-
)
111+
custom = mapOf("<REPLACE_LOCKFILE_NAME>" to "package-lock.json")
115112
)
116113
}
117114

0 commit comments

Comments
 (0)