Skip to content

Commit

Permalink
Package visibility for sharing with related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimwight committed Apr 22, 2021
1 parent 950c50d commit 47376d9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
@RunWith(RobolectricTestRunner.class)
public class DrawWidgetTest extends FileWidgetTest<DrawWidget> {

private static final String DEFAULT_IMAGE_ANSWER = "jr://images/someURI";
private static final String USER_SPECIFIED_IMAGE_ANSWER = "current.bmp";
//Package visibility for sharing with related tests
static final String DEFAULT_IMAGE_ANSWER = "jr://images/referenceURI";
static final String USER_SPECIFIED_IMAGE_ANSWER = "current.bmp";

private File currentFile;

@NonNull
Expand Down

0 comments on commit 47376d9

Please sign in to comment.