Skip to content

Commit

Permalink
🎨 Test fix
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 17, 2024
1 parent 1252590 commit faad139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_bionty.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
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(InvalidParamError):
with pytest.raises(ValueError):
bt_base.CellType(source="random")


Expand Down

0 comments on commit faad139

Please sign in to comment.