Skip to content

Commit

Permalink
Add @staticmethod decorator on _generate_next_value_()
Browse files Browse the repository at this point in the history
  • Loading branch information
yugokato committed Nov 27, 2024
1 parent 810df2b commit 52a9ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytest_smoke/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


class SmokeScope(str, Enum):
@staticmethod
def _generate_next_value_(name, start, count, last_values):
return name.lower()

Expand Down

0 comments on commit 52a9ba5

Please sign in to comment.