Skip to content

Commit

Permalink
chore: missing #[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Jun 17, 2024
1 parent 7bf1a2a commit 1bc6aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlness/src/interceptor/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ mod tests {
);
}

#[test]
fn range_template() {
let interceptor = TemplateInterceptorFactory.try_new(r#""#).unwrap();

Expand All @@ -133,8 +134,7 @@ mod tests {
]
.map(|v| v.to_string())
.to_vec();
interceptor
.before_execute(&mut input, &mut crate::QueryContext::default());
interceptor.before_execute(&mut input, &mut crate::QueryContext::default());

assert_eq!(
input,
Expand Down

0 comments on commit 1bc6aac

Please sign in to comment.