summaryrefslogtreecommitdiff
path: root/tests/test_flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_flags.py')
-rw-r--r--tests/test_flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_flags.py b/tests/test_flags.py
index 41372cd..95fd455 100644
--- a/tests/test_flags.py
+++ b/tests/test_flags.py
@@ -38,7 +38,7 @@ class FlagsTestCase(unittest.TestCase):
self.assertTrue(dns.rcode.from_flags(0, 0x01000000) == \
dns.rcode.BADVERS)
- def test_rcode6(self):
+ def test_rcode6a(self):
self.assertTrue(dns.rcode.from_flags(5, 0) == dns.rcode.REFUSED)
def test_rcode7(self):