Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jul 7, 2024
1 parent c25de4c commit 68c23dd
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
package org.itsallcode.io;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoInteractions;
import static org.mockito.Mockito.*;

import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintStream;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

class TestCapturingOuputStream
import java.io.*;ream
{
private static final byte[] CONTENT = "content".getBytes();
private OutputStream delegate;
Expand Down

0 comments on commit 68c23dd

Please sign in to comment.