Skip to content

Commit

Permalink
I'm gonna lose it....
Browse files Browse the repository at this point in the history
  • Loading branch information
devinhunsberger committed Oct 25, 2024
1 parent cab9112 commit 1d5c6d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/workflow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def __init__(self, value):
Parameters:
value (int or float): The initial value to store in the instance.
"""
__test__ = False #Stupid requirement because it's stupid and a requirement if the word Test is at the start of your class.
__test__ = False
#Stupid requirement because it's stupid and a requirement if the word Test is at the start of your class.
self.value = value

def increment_value(self):
Expand Down

0 comments on commit 1d5c6d7

Please sign in to comment.