diff --git a/tests/test_RSE.py b/tests/test_RSE.py index 2ceb18e..fa0876a 100644 --- a/tests/test_RSE.py +++ b/tests/test_RSE.py @@ -90,7 +90,9 @@ def test_RSE_no_ranges(): def test_RSE_should_fail(): with pytest.raises(Exception): - RangedSummarizedExperiment(assays={"counts": counts}, row_data=BiocFrame(number_of_rows=10)) + RangedSummarizedExperiment( + assays={"counts": counts}, row_data=BiocFrame(number_of_rows=10) + ) def test_RSE_grl():