Skip to content

Commit

Permalink
rfc5280/nc: lintage
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 22, 2023
1 parent c4b0f68 commit e8e967b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limbo/testcases/rfc5280/nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def invalid_ipv6_address(builder: Builder) -> None:


@testcase
def not_allowed_in_ee_noncritical(builder: Builder):
def not_allowed_in_ee_noncritical(builder: Builder) -> None:
"""
Produces the following **invalid** chain:
Expand Down Expand Up @@ -898,7 +898,7 @@ def not_allowed_in_ee_noncritical(builder: Builder):


@testcase
def not_allowed_in_ee_critical(builder: Builder):
def not_allowed_in_ee_critical(builder: Builder) -> None:
"""
Produces the following **invalid** chain:
Expand Down

0 comments on commit e8e967b

Please sign in to comment.