5299 Remove unnecessary comments

This commit is contained in:
David Cook
2020-05-15 15:11:26 +10:00
parent f5629d59b0
commit b4228e8cdd
2 changed files with 0 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ describe "ordersCtrl", ->
describe "filtering orders", ->
it "filters orders by all selected order cycles", ->
$scope['q']['order_cycle_id_in'] = ['4', '5']
$scope.fetchResults()