chore(api): apply rustfmt across modules and tests
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
6c1357ec4d
commit
a4ef6ca49e
@@ -168,7 +168,16 @@ pub async fn create_product_with_sku_in_category(
|
||||
stock: i32,
|
||||
category_id: Option<&str>,
|
||||
) -> (String, String) {
|
||||
create_product_full(app, owner_token, slug, price_minor, stock, category_id, None).await
|
||||
create_product_full(
|
||||
app,
|
||||
owner_token,
|
||||
slug,
|
||||
price_minor,
|
||||
stock,
|
||||
category_id,
|
||||
None,
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
||||
/// Same, with a category and a brand so both filters can be exercised.
|
||||
|
||||
Reference in New Issue
Block a user