[Tests][Fixed] Message for no rotations

Now it says "and/or offsets"
This commit is contained in:
Salvador E. Tropea 2023-11-17 11:16:03 -03:00
parent a76b4771c4
commit 2611358432
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ def test_error_rot_not_number(test_dir):
def test_error_rot_no_rotations(test_dir):
ctx = context.TestContext(test_dir, 'bom', 'error_rot_no_rotations')
ctx.run(EXIT_BAD_CONFIG)
assert ctx.search_err("No rotations provided")
assert ctx.search_err("No rotations and/or offsets provided")
ctx.clean_up()