Skip to content

Commit

Permalink
Fix unit test package for apa102
Browse files Browse the repository at this point in the history
Change-Id: I3a1075dbf8c438db257f6ef099f5154d23b97269
  • Loading branch information
jdkoren committed Dec 6, 2016
1 parent 7d65de8 commit baa1610
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

package com.google.androidthings.driver.apa102;
package com.google.android.things.contrib.driver.apa102;

import com.google.androidthings.pio.SpiDevice;
import com.google.android.things.pio.SpiDevice;

import org.junit.Rule;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.androidthings.driver.apa102;
package com.google.android.things.contrib.driver.apa102;

import org.hamcrest.BaseMatcher;
import org.hamcrest.Description;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.androidthings.driver.apa102;
package com.google.android.things.contrib.driver.apa102;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.google.androidthings.driver.apa102;
package com.google.android.things.contrib.driver.apa102;

import android.graphics.Color;

Expand Down

0 comments on commit baa1610

Please sign in to comment.