mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix age filtering regression (#778)
* Show filter control in loading/error * Add performer age unit tests * Fix addWhere regression
This commit is contained in:
@@ -229,6 +229,7 @@ func verifyScenesOCounter(t *testing.T, oCounterCriterion models.IntCriterionInp
|
||||
}
|
||||
|
||||
func verifyInt(t *testing.T, value int, criterion models.IntCriterionInput) {
|
||||
t.Helper()
|
||||
assert := assert.New(t)
|
||||
if criterion.Modifier == models.CriterionModifierEquals {
|
||||
assert.Equal(criterion.Value, value)
|
||||
|
||||
Reference in New Issue
Block a user