From 07c1df5c54d7a0e73e28e8b39d118035b70a0825 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:07:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_create.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_create.py b/tests/test_create.py index a9f7fcf..6b7af71 100644 --- a/tests/test_create.py +++ b/tests/test_create.py @@ -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) \ No newline at end of file + assert isinstance(mae, MultiAssayExperiment)