aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_core_helpers.py')
-rw-r--r--tests/test_core_helpers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_core_helpers.py b/tests/test_core_helpers.py
index 8577617..03ec3f0 100644
--- a/tests/test_core_helpers.py
+++ b/tests/test_core_helpers.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Tests for the helper classes."""
from mlia.core.helpers import APIActionResolver
@@ -10,7 +10,6 @@ def test_api_action_resolver() -> None:
# pylint: disable=use-implicit-booleaness-not-comparison
assert helper.apply_optimizations() == []
- assert helper.supported_operators_info() == []
assert helper.check_performance() == []
assert helper.check_operator_compatibility() == []
assert helper.operator_compatibility_details() == []