Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalkoren committed Feb 23, 2021
1 parent ca94370 commit d78ef03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
* under the License.
* #L%
*/
package logback;

import co.elastic.logging.logback.EcsEncoderIntegrationTest;
package co.elastic.logging.logback;

class LegacyEcsEncoderIntegrationTest extends EcsEncoderIntegrationTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
* under the License.
* #L%
*/
package logback;

import co.elastic.logging.logback.EcsEncoderTest;
package co.elastic.logging.logback;

class LegacyEcsEncoderTest extends EcsEncoderTest {

Expand Down

0 comments on commit d78ef03

Please sign in to comment.