Skip to content

Commit 6db148c

Browse files
committed
test(semantic): replace CRAN with Debian
1 parent 460dbfc commit 6db148c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkg/semantic/parse_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ func TestParse(t *testing.T) {
1313

1414
ecosystems := lockfile.KnownEcosystems()
1515

16-
// todo: remove once CRAN is supported by lockfile
17-
ecosystems = append(ecosystems, "CRAN", "Alpine", "Ubuntu")
16+
ecosystems = append(ecosystems, "Alpine", "Debian", "Ubuntu")
1817

1918
for _, ecosystem := range ecosystems {
2019
_, err := semantic.Parse("", ecosystem)
@@ -36,8 +35,7 @@ func TestMustParse(t *testing.T) {
3635

3736
ecosystems := lockfile.KnownEcosystems()
3837

39-
// todo: remove once CRAN is supported by lockfile
40-
ecosystems = append(ecosystems, "CRAN", "Alpine", "Ubuntu")
38+
ecosystems = append(ecosystems, "Alpine", "Debian", "Ubuntu")
4139

4240
for _, ecosystem := range ecosystems {
4341
semantic.MustParse("", ecosystem)

0 commit comments

Comments
 (0)