This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 2fe4c8cdd Rename RuleSuite package from akka to pekko
2fe4c8cdd is described below
commit 2fe4c8cdd50d62db4321b11d12764c94a031fe4d
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 24 14:57:52 2023 +0200
Rename RuleSuite package from akka to pekko
---
.../src/test/scala/{akka => org/apache/pekko}/http/fix/RuleSuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/http-scalafix/scalafix-tests/src/test/scala/akka/http/fix/RuleSuite.scala
b/http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala
similarity index 88%
rename from
http-scalafix/scalafix-tests/src/test/scala/akka/http/fix/RuleSuite.scala
rename to
http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala
index e3dc8cc6c..de70e162b 100644
--- a/http-scalafix/scalafix-tests/src/test/scala/akka/http/fix/RuleSuite.scala
+++
b/http-scalafix/scalafix-tests/src/test/scala/org/apache/pekko/http/fix/RuleSuite.scala
@@ -2,7 +2,7 @@
* Copyright (C) 2020-2021 Lightbend Inc. <https://www.lightbend.com>
*/
-package akka.http.fix
+package org.apache.pekko.http.fix
import org.scalatest.FunSpecLike
import scalafix.testkit.AbstractSemanticRuleSuite
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]