Skip to content

Commit 3ebdbda

Browse files
dupgitthiell
authored andcommitted
Corrects a typo found by typos [1]
[1] https://github.com/crate-ci/typos
1 parent 93e8a77 commit 3ebdbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TreeTopologyTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def testWildcardsUnresolvedRouters(self):
527527
'- Controller-vm[2,30]\n'
528528
self.assertEqual(str(tree), display_ref1)
529529

530-
def testWildcardsUnresolvedDestionation(self):
530+
def testWildcardsUnresolvedDestination(self):
531531
"""test topology with node groups and wildcards (unresolved dest)"""
532532
with NamedTemporaryFile() as tmpfile:
533533
tmpfile.write(b'[routes]\n')

0 commit comments

Comments
 (0)