Skip to content

Commit

Permalink
Add missing @RunWith to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecwik committed Oct 26, 2017
1 parent e5290f1 commit 77d0058
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

/**
* Tests for {@link ArtifactServiceStager}.
*/
@RunWith(JUnit4.class)
public class ArtifactServiceStagerTest {
@Rule public TemporaryFolder temp = new TemporaryFolder();

Expand Down

0 comments on commit 77d0058

Please sign in to comment.