mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
Tidyup
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
describe 'filtering by active', ->
|
||||
filterByActive = null
|
||||
objects = [
|
||||
{
|
||||
active: true
|
||||
}
|
||||
{
|
||||
active: false
|
||||
}
|
||||
{active: true}
|
||||
{active: false}
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user