Skip to content

Commit d5c4de8

Browse files
author
Ritwick DSouza
committed
[raspbian] Fix flake8 error
1 parent 1af682e commit d5c4de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/raspbian/test_interfaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_ipv6_static(self):
152152
'''
153153
self.assertEqual(o.render(), expected)
154154

155-
def test_ipv6_static(self):
155+
def test_multi_ipv6_static(self):
156156
o = Raspbian({
157157
"interfaces": [
158158
{
@@ -319,7 +319,7 @@ def test_ipv6_dhcp(self):
319319
'''
320320
self.assertEqual(o.render(), expected)
321321

322-
def test_ipv6_dhcp(self):
322+
def test_multi_ipv6_dhcp(self):
323323
o = Raspbian({
324324
"interfaces": [
325325
{

0 commit comments

Comments
 (0)