Increased parser number in test from 17 to 18

This commit is contained in:
Manav Sethi 2024-10-21 13:06:34 +05:30
parent f1c7c6123a
commit 5429f8f3ff

View File

@ -10,7 +10,7 @@ import (
func TestListParser(t *testing.T) {
parsers := List(false)
assert.Equal(t, 17, len(parsers))
assert.Equal(t, 18, len(parsers))
}
func TestInvalidEcosystemMapping(t *testing.T) {