Skip to content

Commit

Permalink
Fix dsl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrcezimbra authored and yaythomas committed Oct 5, 2023
1 parent 8df2bfc commit 2b36b75
Show file tree
Hide file tree
Showing 2 changed files with 1,110 additions and 859 deletions.
2 changes: 1 addition & 1 deletion pypyr/dsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def __init__(self,
logger.debug("done")

@classmethod
def from_retry_mapping(cls, mapping: Mapping) -> Self:
def from_mapping(cls, mapping: Mapping) -> Self:
logger.debug("starting")

if isinstance(mapping, dict):
Expand Down

0 comments on commit 2b36b75

Please sign in to comment.