move test to the right package

Original commit: elastic/x-pack-elasticsearch@0693b8657d
This commit is contained in:
Martijn van Groningen 2016-08-17 10:40:26 +02:00
parent f291f292bf
commit 101d791ec4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.watcher.test.integration;
package org.elasticsearch.xpack.watcher.test.integration;
import org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse;
import org.elasticsearch.action.search.SearchResponse;