Skip to content

Commit

Permalink
[java] Moving a test to a more appropriate package where the target c…
Browse files Browse the repository at this point in the history
…lass is located
  • Loading branch information
barancev committed Nov 21, 2018
1 parent 6722058 commit 1a2c53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
// specific language governing permissions and limitations
// under the License.

package org.openqa.selenium.remote.internal;
package org.openqa.selenium.io;

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

import org.junit.Test;
import org.openqa.selenium.io.CircularOutputStream;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.openqa.selenium.remote.internal.CircularOutputStreamTest;

@RunWith(Suite.class)
@Suite.SuiteClasses({
AugmenterTest.class,
ErrorHandlerTest.class,
CircularOutputStreamTest.class,
JsonWireProtocolResponseTest.class,
ProtocolHandshakeTest.class,
RemoteLogsTest.class,
Expand Down

0 comments on commit 1a2c53f

Please sign in to comment.