Skip to content

Commit

Permalink
Update src/python_testing/modebase_cluster_check.py
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
tersal and cecille authored Jan 9, 2025
1 parent 0c7ecb1 commit 4cde868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/modebase_cluster_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ModeBaseClusterChecks:
"""

def __init__(self, modebase_derived_cluster):
self.modeTags = [tag.value for tag in modebase_derived_cluster.Enums.ModeTag]
self.mode_tags = [tag.value for tag in modebase_derived_cluster.Enums.ModeTag]
self.modebase_derived_cluster = modebase_derived_cluster
self.attributes = modebase_derived_cluster.Attributes

Expand Down

0 comments on commit 4cde868

Please sign in to comment.