Skip to content

Commit 8ea607c

Browse files
Update test_osv_source.py
1 parent 7b100a7 commit 8ea607c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_osv_source.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ async def test_update_ecosystems(mock_aio_run_command):
3636

3737
osv = OSV_Source()
3838
await osv.update_ecosystems()
39+
40+
assert "python" in osv.ecosystems
41+
assert "rust" not in osv.ecosystems

0 commit comments

Comments
 (0)