Skip to content

Commit f25ff7b

Browse files
committed
Update test_zeroconf.py
1 parent 550a82e commit f25ff7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_zeroconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ def test_dnstext_repr_works():
209209

210210
def test_dnsaddress_repr_works():
211211
# ipv6 addresses not treated properly
212-
dnsaddr = DNSAddress('aaaa',r._TYPE_A,r._CLASS_IN,60,'127.0.0.1')
212+
dnsaddr = DNSAddress('aaaa', r._TYPE_A, r._CLASS_IN, 60, '127.0.0.1')
213213
repr(dnsaddr)

0 commit comments

Comments
 (0)