Skip to content

Commit e7c8063

Browse files
author
kmeinerz1
committed
Merge branch 'dev-event-class-implementation' into dev-logevent-class-implementation
2 parents 5d74239 + e4cfc4c commit e7c8063

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/unit/ng/test_event.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ class DummyEvent(Event):
1818
__slots__ = Event.__slots__
1919

2020

21-
class DummyRule:
22-
def __init__(self):
23-
self.id = "dummy_rule"
24-
self.description = "Dummy rule description"
25-
self.source_fields = []
26-
self.metrics = type("metrics", (), {"number_of_warnings": 0})()
27-
28-
2921
class TestEventClass:
3022
def test_event_equality_and_hashing_with_identical_data(self):
3123
"""

0 commit comments

Comments
 (0)