mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 00:18:39 +00:00
style: apply ruff formatting
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -190,6 +190,4 @@ class TestFixedAssetRegister(AssetSetup):
|
||||
self.assertNotIn(
|
||||
consumed_asset.name, {row["asset_id"] for row in self.run_report(status="In Location")}
|
||||
)
|
||||
self.assertIn(
|
||||
consumed_asset.name, {row["asset_id"] for row in self.run_report(status="Disposed")}
|
||||
)
|
||||
self.assertIn(consumed_asset.name, {row["asset_id"] for row in self.run_report(status="Disposed")})
|
||||
|
||||
Reference in New Issue
Block a user