Skip to content

Commit

Permalink
Update failing test to handle searchable and aggregatable properly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Jul 26, 2017
1 parent bacce90 commit c0063f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default function ({ getService }) {
{
name: 'success',
type: 'conflict',
aggregatable: false,
searchable: false,
aggregatable: true,
searchable: true,
readFromDocValues: false,
conflictDescriptions: {
boolean: [
Expand Down

0 comments on commit c0063f0

Please sign in to comment.