Skip to content

Commit

Permalink
Added a couple Import Statements for SQLHelperTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigotron committed May 2, 2015
1 parent d2ac597 commit 6f6d084
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import android.test.AndroidTestCase;
import android.test.RenamingDelegatingContext;

import com.sloths.speedy.shortsounds.model.ShortSound;
import com.sloths.speedy.shortsounds.model.ShortSoundSQLHelper;

import java.util.List;

/**
Expand Down

0 comments on commit 6f6d084

Please sign in to comment.