Skip to content

Commit a9c3559

Browse files
committed
cargo fmt
1 parent fa7fb22 commit a9c3559

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/sqlite/test-attr.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ async fn it_gets_comments(pool: SqlitePool) -> sqlx::Result<()> {
9898
Ok(())
9999
}
100100

101-
102-
#[sqlx::test(migrations = "tests/sqlite/migrations", fixtures(path="./fixtures", scripts("users", "posts")))]
101+
#[sqlx::test(
102+
migrations = "tests/sqlite/migrations",
103+
fixtures(path = "./fixtures", scripts("users", "posts"))
104+
)]
103105
async fn this_should_compile(_pool: SqlitePool) -> sqlx::Result<()> {
104106
Ok(())
105107
}

0 commit comments

Comments
 (0)