Skip to content

Commit

Permalink
Fix tests when feature flag is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
acrrd committed Jan 25, 2024
1 parent 17521af commit a911590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/sqlx_sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ fn ensure_returning_version(version: &str) -> Result<(), DbErr> {
}
}

#[cfg(test)]
#[cfg(all(test, feature = "sqlite-use-returning-for-3_35"))]
mod tests {
use super::*;

Expand Down

0 comments on commit a911590

Please sign in to comment.