Skip to content

Commit 17a16a9

Browse files
Update test_source_osv.py to remove dwf and js
1 parent b6b2eb7 commit 17a16a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_source_osv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ async def test_update_ecosystems(self):
178178

179179
# Validate parent ecosystems
180180
code_parent_ecosystems = {e.split(":")[0] for e in self.osv.ecosystems}
181-
expected_top_level.update({"DWF", "JavaScript"})
182181
expected_top_level.discard("[EMPTY]")
183182
missing_parents = expected_top_level - code_parent_ecosystems
184183
extra_parents = code_parent_ecosystems - expected_top_level

0 commit comments

Comments
 (0)