Skip to content
Snippets Groups Projects
Commit 6c398b6f authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Rename and relocate the FeatureFlagCache test

parent ede26f64
Branches
Tags
1 merge request!558Remove feature flag for geoshape decimation
Pipeline #190319 failed
Pipeline: Indexer

#190320

    ......@@ -13,7 +13,7 @@
    * limitations under the License.
    */
    package org.opengroup.osdu.indexer.util.geo.decimator;
    package org.opengroup.osdu.indexer.cache;
    import org.junit.Assert;
    import org.junit.Before;
    ......@@ -23,7 +23,7 @@ import org.opengroup.osdu.indexer.cache.FeatureFlagCache;
    import org.springframework.test.context.junit4.SpringRunner;
    @RunWith(SpringRunner.class)
    public class DecimationSettingCacheTest {
    public class FeatureFlagCacheTest {
    private static final String VALID_KEY = "Tenant1-indexer-decimation-enabled";
    private static final String INVALID_KEY = "Tenant2-indexer-decimation-enabled";
    FeatureFlagCache cache;
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment