Merge pull request #5425 from eugenp/BAEL-2257-3

BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest
This commit is contained in:
Eric Martin 2018-10-10 22:14:53 -05:00 committed by GitHub
commit 289b94cfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import java.io.IOException;
import org.junit.Before;
import org.junit.Test;
public class OutputStreamExamplesTest {
public class OutputStreamExamplesUnitTest {
StringBuilder filePath = new StringBuilder();