Skip to content

Commit

Permalink
SHIBUI-522: polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 5, 2018
1 parent b368bb7 commit 3cd7ebd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,4 @@ class MetadataFiltersControllerTests extends Specification {
then:
result.andExpect(status().is(409))
}

EntityAttributesFilter chooseRandomEentityAttributesFilterFromList(List<MetadataFilter> filters) {
filters.get(randomGenerator.randomInt(0, filters.size() - 1))
}
}

0 comments on commit 3cd7ebd

Please sign in to comment.