Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Oct 27, 2024
1 parent b714aa0 commit b181961
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_diffing/test_stack_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def setup_method(self, method):
self._stack = None
self._actions = None
self._parameters = None
self._describe_fn = self.describe_stack_success

@property
def parameters_on_stack(self):
Expand Down Expand Up @@ -104,9 +103,6 @@ def actions(self) -> Union[StackActions, Mock]:
return self._actions

def describe_stack(self):
return self._describe_fn()

def describe_stack_success(self):
return {
"Stacks": [
{
Expand Down

0 comments on commit b181961

Please sign in to comment.