Fixed code formatting
This commit is contained in:
@@ -186,6 +186,7 @@ def test_add_spool_both_used_and_remaining_weight(random_filament: dict[str, Any
|
||||
)
|
||||
assert result.status_code == 400 # Cannot set both used and remaining weight
|
||||
|
||||
|
||||
def test_add_spool_price(random_filament: dict[str, Any]):
|
||||
"""Test adding a spool to the database."""
|
||||
# Execute
|
||||
@@ -196,4 +197,4 @@ def test_add_spool_price(random_filament: dict[str, Any]):
|
||||
"price": 25,
|
||||
},
|
||||
)
|
||||
assert result.status_code == 400 # Cannot set price
|
||||
assert result.status_code == 400 # Cannot set price
|
||||
|
||||
Reference in New Issue
Block a user