Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Feb 29, 2024
1 parent 5e238f7 commit a09957d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sequence/port_sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ mod tests {
let detector = PortSequenceDetector::new(config);
assert_eq!(detector.sequence_set.len(), 5);
assert_eq!(detector.sequence_rules.len(), 2);
assert_eq!(detector.timeout, 5);
}

#[test]
Expand Down

0 comments on commit a09957d

Please sign in to comment.