mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
Fix incoming_controller_spec. Remove .order_cycle_id usage #11326
This commit is contained in:
@@ -17,6 +17,8 @@ describe 'AdminOrderCycleIncomingCtrl', ->
|
||||
preventDefault: jasmine.createSpy('preventDefault')
|
||||
OrderCycle =
|
||||
addSupplier: jasmine.createSpy('addSupplier')
|
||||
EnterpriseFee =
|
||||
index: jasmine.createSpy('index').and.returnValue('enterprise fees list')
|
||||
ocInstance = {}
|
||||
|
||||
module('admin.orderCycles')
|
||||
|
||||
Reference in New Issue
Block a user