Merge pull request #26615 from akka/wip-JUnitSuite-patriknw

fix compilation error in LoggerSourceTest.java
This commit is contained in:
Patrik Nordwall 2019-03-26 16:29:05 +01:00 committed by GitHub
commit 38930aa318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ import com.typesafe.config.Config;
import com.typesafe.config.ConfigFactory;
import org.junit.ClassRule;
import org.junit.Test;
import org.scalatestplus.junit.JUnitSuite;
import org.scalatest.junit.JUnitSuite;
import java.util.concurrent.atomic.AtomicInteger;