Skip to content

Commit ac775f6

Browse files
committed
Fixed typo
1 parent 38fd6ee commit ac775f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/getdns_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def test_tls_backoff_time(self):
216216
c = getdns.Context()
217217
i = 6000
218218
c.tls_backoff_time = i
219-
self.assertEqual(c.round_robin_upstreams, i)
219+
self.assertEqual(c.tls_backoff_time, i)
220220
del(c)
221221

222222
def test_sync_address(self):

0 commit comments

Comments
 (0)