fix(contract-template): fix a bug where contract template where not using the productor max cheque quantity
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s
All checks were successful
Deploy Amap / deploy (push) Successful in 1m42s
This commit is contained in:
10
backend/tests/services/test_contracts_service.py
Normal file
10
backend/tests/services/test_contracts_service.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class TestContractsService:
|
||||
def test_get_all_contracts(
|
||||
self,
|
||||
):
|
||||
pass
|
||||
|
||||
def test_get_all_filtered_contracts(
|
||||
self,
|
||||
):
|
||||
pass
|
||||
Reference in New Issue
Block a user