Skip to content

Commit

Permalink
🎨 Test
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 16, 2024
1 parent 39abdfb commit 14b87a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_bionty.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import bionty.base as bt_base
import pytest
from bionty.base._public_ontology import InvalidParamError
from bionty.base._settings import settings


def test_unavailable_sources():
with pytest.raises(ValueError):
with pytest.raises(InvalidParamError):
bt_base.CellType(source="random")


Expand Down

0 comments on commit 14b87a2

Please sign in to comment.