Skip to content

Commit

Permalink
update test to use new method
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Dec 14, 2023
1 parent 1b3d348 commit 9450a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def underlay_ethernet_interface(self, data: InterfaceDescriptionData) -> str:

return ""

def underlay_port_channel_interfaces(self, data: InterfaceDescriptionData) -> str:
def underlay_port_channel_interface(self, data: InterfaceDescriptionData) -> str:
"""
Implementation using new data.
Expand Down

0 comments on commit 9450a52

Please sign in to comment.