Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reyjrar committed Jun 8, 2018
1 parent 3053cd3 commit 1e63726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/02-index-data.t
Expand Up @@ -28,12 +28,12 @@ foreach my $days_old ( @days_old ) {
es_index_strip_date => 'type',
},
"type-dcid-$date" => {
es_index_bases => 'dcid,type,type-dcid',
es_index_bases => 'type,type-dcid',
es_index_days_old => $days_old,
es_index_strip_date => 'type-dcid',
},
"type_dcid_$date" => {
es_index_bases => 'dcid,type,type_dcid',
es_index_bases => 'type,type_dcid',
es_index_days_old => $days_old,
es_index_strip_date => 'type_dcid',
},
Expand Down

0 comments on commit 1e63726

Please sign in to comment.