Skip to content

Commit

Permalink
Minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iky committed Dec 2, 2020
1 parent 053708d commit 89ae68a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def test_truncate_call_args(
stage,
):

filter_ = filters.TruncateCallArgsFilter(entrypoints=entrypoints, max_len=max_len)
filter_ = filters.TruncateCallArgsFilter(
entrypoints=entrypoints, max_len=max_len
)

logger.addFilter(filter_)

Expand Down Expand Up @@ -183,7 +185,9 @@ def test_truncate_response(
truncated,
):

filter_ = filters.TruncateResponseFilter(entrypoints=entrypoints, max_len=max_len)
filter_ = filters.TruncateResponseFilter(
entrypoints=entrypoints, max_len=max_len
)

logger.addFilter(filter_)

Expand Down

0 comments on commit 89ae68a

Please sign in to comment.