Skip to content

Commit

Permalink
fix assumption ii
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 28, 2025
1 parent d355740 commit 2fbd4cb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@
import java.util.concurrent.Executors;
import junit.framework.TestCase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

/**
* Tests {@link NetHttpTransport}.
*
* @author Yaniv Inbar
*/
@RunWith(JUnit4.class)
public class NetHttpTransportTest extends TestCase {

private static final String[] METHODS = {
Expand Down

0 comments on commit 2fbd4cb

Please sign in to comment.