Skip to content

Commit

Permalink
TEST: add missing assert!()
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 3, 2024
1 parent be68005 commit 27805a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/rrhttp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ rules:
req.body = Some(json!({
"Velocity": 75,
}));
assert!(config.is_valid(&req));
}

#[test]
Expand Down

0 comments on commit 27805a1

Please sign in to comment.