RunnerMediatedCommandLineTest: typo

GitOrigin-RevId: 83aa9817d594cf2f444b1f012a7f863075750e57
This commit is contained in:
Yann Cébron
2019-07-02 06:52:16 +03:00
committed by intellij-monorepo-bot
parent f68c88e6cf
commit 76e8507aa5
@@ -14,7 +14,7 @@ import static org.junit.Assume.assumeTrue;
public class RunnerMediatedCommandLineTest extends GeneralCommandLineTest {
@Before
public void ensureRightOS() {
assumeTrue("Windows-oly test", SystemInfo.isWindows);
assumeTrue("Windows-only test", SystemInfo.isWindows);
}
@NotNull