aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-12-29 05:29:13 +0000
committerJoão Valverde <j@v6e.pt>2022-12-29 18:28:54 +0000
commit508a4011acc3ac71fa19fd2a0bb13bb43f829ada (patch)
treed9ce47de7f1f9746fec88676ca3a914e3971d31b /test
parent0fbf65f48bf45b3ba40287cef9cdcec7eb36f59c (diff)
tests: Rename test group
Diffstat (limited to 'test')
-rw-r--r--test/suite_dfilter/group_syntax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_dfilter/group_syntax.py b/test/suite_dfilter/group_syntax.py
index 13cf2e2c95..c6f1f9ede0 100644
--- a/test/suite_dfilter/group_syntax.py
+++ b/test/suite_dfilter/group_syntax.py
@@ -310,7 +310,7 @@ class case_field_reference(unittest.TestCase):
checkDFilterCountWithSelectedFrame(dfilter, 1, 1)
@fixtures.uses_fixtures
-class case_field_reference(unittest.TestCase):
+class case_layer(unittest.TestCase):
trace_file = "ipoipoip.pcap"
def test_layer_1(self, checkDFilterCount):