Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2024
1 parent 9fbf319 commit 07c1df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ def test_MAE_save():
assert mdata is not None
assert len(mdata.mod.keys()) == 2


def test_empty_mae():
mae = MultiAssayExperiment(experiments={})

assert mae is not None
assert isinstance(mae, MultiAssayExperiment)
assert isinstance(mae, MultiAssayExperiment)

0 comments on commit 07c1df5

Please sign in to comment.