Skip to content

Commit 2e51bcf

Browse files
author
Ritwick DSouza
committed
[raspbian] Fix flake8 error
1 parent 4073da2 commit 2e51bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)