Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
  • Loading branch information
cobaltt7 committed Dec 23, 2024
1 parent 68618f8 commit 1dc7fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/data/cases/preview_long_dict_values_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def bar():
),
}
x = {
common.models.DateTimeField: (
datetime(2020, 1, 31, tzinfo=utc) + timedelta(days=i)
common.models.DateTimeField: datetime(2020, 1, 31, tzinfo=utc) + timedelta(
days=i
),
}
x = {
Expand Down
4 changes: 2 additions & 2 deletions tests/data/cases/preview_long_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ def foo():
)

msg = lambda x: (
f"this is a very very very very long lambda value {x} that doesn't fit on a single"
" line"
f"this is a very very very very long lambda value {x} that doesn't fit on a"
" single line"
)

dict_with_lambda_values = {
Expand Down

0 comments on commit 1dc7fa5

Please sign in to comment.