Skip to content

Commit

Permalink
Fix package name in javaagent-tooling tests (#1244)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Sep 23, 2020
1 parent 22e2bdd commit bb50fe7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test
package io.opentelemetry.javaagent.test

import io.opentelemetry.auto.util.test.AgentSpecification
import io.opentelemetry.javaagent.bootstrap.AgentClassLoader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test
package io.opentelemetry.javaagent.test

import io.opentelemetry.auto.test.utils.ConfigUtils
import io.opentelemetry.auto.util.test.AgentSpecification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test
package io.opentelemetry.javaagent.test

import static io.opentelemetry.javaagent.tooling.matcher.NameMatchers.namedOneOf
import static net.bytebuddy.matcher.ElementMatchers.isMethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test
package io.opentelemetry.javaagent.test

import static io.opentelemetry.auto.test.utils.ClasspathUtils.isClassLoaded
import static io.opentelemetry.auto.util.gc.GCUtils.awaitGC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test
package io.opentelemetry.javaagent.test

import io.opentelemetry.auto.util.test.AgentSpecification
import io.opentelemetry.javaagent.tooling.bytebuddy.AgentLocationStrategy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test;
package io.opentelemetry.javaagent.test;

import net.bytebuddy.asm.Advice;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.opentelemetry.auto.test;
package io.opentelemetry.javaagent.test;

/** Used by {@link HelperInjectionTest} */
class HelperClass {}

0 comments on commit bb50fe7

Please sign in to comment.