Skip to content

Commit

Permalink
fix most of failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 22, 2023
1 parent aecbc1b commit a309637
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ def bind(
build_resources(resource_defs, self.instance, self._resources_config)
)
else:
# this runs the check in resources() to ensure we are in a context manager if necessary
self._resources = self.resources

resource_defs = self._resource_defs

_validate_resource_requirements(resource_defs, op_def)
Expand Down

0 comments on commit a309637

Please sign in to comment.