Skip to content

Commit a8f6d33

Browse files
committed
fmt
1 parent bce6a82 commit a8f6d33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/index.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,10 @@ async fn privileged_paths_are_not_accessible() {
529529
/// https://github.com/sqlpage/SQLPage/issues/738
530530
async fn test_json_columns() {
531531
let app_data = make_app_data().await;
532-
if !matches!(app_data.db.to_string().to_lowercase().as_str(), "postgres" | "sqlite") {
532+
if !matches!(
533+
app_data.db.to_string().to_lowercase().as_str(),
534+
"postgres" | "sqlite"
535+
) {
533536
log::info!("Skipping test_json_columns on database {}", app_data.db);
534537
return;
535538
}

0 commit comments

Comments
 (0)