Skip to content

Commit

Permalink
Update tests/b028.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cooper Lees <[email protected]>
  • Loading branch information
harupy and cooperlees authored Dec 9, 2024
1 parent e101987 commit 495d3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/b028.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
warnings.warn(*args)
kwargs = {"message": "test", "category": DeprecationWarning, "stacklevel": 1}
warnings.warn(**kwargs)
warnings.warn(*args, **kwargs)

0 comments on commit 495d3e0

Please sign in to comment.