Skip to content

Commit

Permalink
_core: rename param
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jul 7, 2023
1 parent b1fec17 commit 1f28acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limbo/testcases/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def __init__(self, id: str, description: str):
self._expected_peer_name: PeerName | None = None
self._expected_peer_names: list[PeerName] | None = None

def features(self, tags: list[str]) -> Self:
self._features = tags
def features(self, feats: list[str]) -> Self:
self._features = feats
return self

def client_validation(self) -> Self:
Expand Down

0 comments on commit 1f28acf

Please sign in to comment.