Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 24, 2024
1 parent 54e3007 commit 480b139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/data/_cross_sync/test_cross_sync_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_class_decorator_adds_mapping(self):
["{empty}", {"empty": ("", "")}, ""],
["{empty}", {"empty": (None, None)}, ""],
["maybe{empty}", {"empty": (None, "yes")}, "maybe"],
["maybe{empty}", {"empty": (" no", None)}, "maybe no"]
["maybe{empty}", {"empty": (" no", None)}, "maybe no"],
],
)
def test_class_decorator_docstring_update(self, docstring, format_vars, expected):
Expand Down Expand Up @@ -306,7 +306,7 @@ def test_async_decorator_no_docstring(self):
["{empty}", {"empty": ("", "")}, ""],
["{empty}", {"empty": (None, None)}, ""],
["maybe{empty}", {"empty": (None, "yes")}, "maybe"],
["maybe{empty}", {"empty": (" no", None)}, "maybe no"]
["maybe{empty}", {"empty": (" no", None)}, "maybe no"],
],
)
def test_async_decorator_docstring_update(self, docstring, format_vars, expected):
Expand Down

0 comments on commit 480b139

Please sign in to comment.