From 32b7e9e524988516bed304cdf963f9c96f8dd4c2 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Mon, 18 Mar 2024 00:49:19 +0100 Subject: [PATCH] Reformat with black --- tests/test_correlations.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/tests/test_correlations.py b/tests/test_correlations.py index 33715f2c..3e7672c9 100644 --- a/tests/test_correlations.py +++ b/tests/test_correlations.py @@ -432,14 +432,9 @@ def test_correlation_condition_with_field(): def test_correlation_condition_with_field_to_dict(): assert SigmaCorrelationCondition( - op=SigmaCorrelationConditionOperator.GTE, - count=10, - fieldref="test" - ).to_dict() == { - "field": "test", - "gte": 10 - } - + op=SigmaCorrelationConditionOperator.GTE, count=10, fieldref="test" + ).to_dict() == {"field": "test", "gte": 10} + def test_correlation_condition_invalid_multicond(): with pytest.raises(