Skip to content

Commit

Permalink
squash:fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skycastlelily committed Oct 24, 2024
1 parent 9dd0bc1 commit f9320ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/steps/provision/mrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def _transform_system_numa_nodes(


def _transform_system_model_name(
constraint: tmt.hardware.NumberConstraint,
constraint: tmt.hardware.TextConstraint,
logger: tmt.log.Logger) -> MrackBaseHWElement:
beaker_operator, actual_value, negate = operator_to_beaker_op(
constraint.operator,
Expand Down

0 comments on commit f9320ca

Please sign in to comment.