Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Merge branch 'feature/III-1937' into feature/III-1779
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramakers committed Mar 6, 2017
2 parents 5b59aa2 + 995f7ea commit 2bb490f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/Operations/json/mapping_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"properties": {
"geo": {
"type": "geo_shape"
},
"location": {
"type": "nested",
"properties": {
"geo": {
"type": "geo_shape"
}
}
}
}
}
8 changes: 0 additions & 8 deletions tests/Operations/UpdateEventMappingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ protected function getExpectedMappingBody()
"geo" => [
"type" => "geo_shape",
],
"location" => [
"type" => "nested",
"properties" => [
"geo" => [
"type" => "geo_shape",
],
],
],
],
];
}
Expand Down

0 comments on commit 2bb490f

Please sign in to comment.