Skip to content

Commit

Permalink
Corrects a typo found by typos [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
dupgit authored and thiell committed Feb 1, 2024
1 parent 93e8a77 commit 3ebdbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TreeTopologyTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def testWildcardsUnresolvedRouters(self):
'- Controller-vm[2,30]\n'
self.assertEqual(str(tree), display_ref1)

def testWildcardsUnresolvedDestionation(self):
def testWildcardsUnresolvedDestination(self):
"""test topology with node groups and wildcards (unresolved dest)"""
with NamedTemporaryFile() as tmpfile:
tmpfile.write(b'[routes]\n')
Expand Down

0 comments on commit 3ebdbda

Please sign in to comment.