Skip to content

Commit 092a638

Browse files
committed
Test moved to the right package
1 parent 5786eb3 commit 092a638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

custom/src/test/java/com/splunk/opentelemetry/RuleBasedSamplerProviderConfigTest.java renamed to custom/src/test/java/com/splunk/opentelemetry/sampler/RuleBasedSamplerProviderConfigTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.splunk.opentelemetry;
17+
package com.splunk.opentelemetry.sampler;
1818

1919
import static org.assertj.core.api.Assertions.assertThat;
2020

21-
import com.splunk.opentelemetry.sampler.RuleBasedSamplerProvider;
2221
import io.opentelemetry.sdk.trace.samplers.Sampler;
2322
import org.junit.jupiter.api.Test;
2423

0 commit comments

Comments
 (0)