aboutsummaryrefslogtreecommitdiff
path: root/tests/test_target_ethos_u_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_target_ethos_u_config.py')
-rw-r--r--tests/test_target_ethos_u_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_target_ethos_u_config.py b/tests/test_target_ethos_u_config.py
index 7f13b26..49e7a40 100644
--- a/tests/test_target_ethos_u_config.py
+++ b/tests/test_target_ethos_u_config.py
@@ -63,7 +63,7 @@ def test_ethosu_target() -> None:
},
pytest.raises(
Exception,
- match=r"Mac value for selected device should be in \[256, 512\]",
+ match=r"Mac value for selected target should be in \[256, 512\]",
),
],
[
@@ -75,7 +75,7 @@ def test_ethosu_target() -> None:
},
pytest.raises(
Exception,
- match="Mac value for selected device should be "
+ match="Mac value for selected target should be "
r"in \[32, 64, 128, 256\]",
),
],