Move test to same package as class testing

This commit is contained in:
Spencer Gibb
2015-12-15 14:00:21 -07:00
parent 8f6cd86e56
commit 804abb6d6d

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.netflix.zuul.filters.post;
package org.springframework.cloud.netflix.zuul.filters.route;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;