File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments