Skip to content

Commit

Permalink
add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
suremarc committed Dec 23, 2024
1 parent 8cac2e5 commit db2259d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ mod materialized;

/// An implementation of Query Rewriting, an optimization that rewrites queries to make use of materialized views.
mod rewrite;

#[cfg(test)]
mod test {
fn test_it_works() {}
}

0 comments on commit db2259d

Please sign in to comment.