Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw authored Feb 19, 2025
1 parent 6c5f0fd commit 539972f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def test_author_getter(caplog, mocker, support, author, expected_author, expecte
obj = PackMetaData(PACK_METADATA)
obj.support = support
obj.author = author

assert obj.author == expected_author

if expected_log:
record = one(caplog.records)
assert record.levelname == "WARNING"
Expand Down

0 comments on commit 539972f

Please sign in to comment.