Skip to content

Commit f460b60

Browse files
committed
refactor(node): Use a shorter name for NodePackageManagerSupport
Signed-off-by: Frank Viernau <[email protected]>
1 parent 489923a commit f460b60

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.ossreviewtoolkit.model.VcsInfo
2727
import org.ossreviewtoolkit.model.VcsType
2828
import org.ossreviewtoolkit.plugins.packagemanagers.node.PackageJson.Repository
2929

30-
class NodePackageManagerSupportTest : WordSpec({
30+
class UtilsTest : WordSpec({
3131
"expandNpmShortcutUrl()" should {
3232
"do nothing for empty URLs" {
3333
expandShortcutUrl("") shouldBe ""

0 commit comments

Comments
 (0)