diff --git a/testing/templates/JavaTest.java.tmpl b/testing/templates/JavaTest.java.tmpl index c0b53b6b4..ce8eba672 100644 --- a/testing/templates/JavaTest.java.tmpl +++ b/testing/templates/JavaTest.java.tmpl @@ -1,12 +1,12 @@ package com.google.firebase.test; import android.app.Activity; -import org.robolectric.RobolectricTestRunner; import org.junit.Assert; import org.junit.Test; import org.junit.rules.TemporaryFolder; import org.junit.runner.RunWith; import org.robolectric.Robolectric; +import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; /** A test wrapper that wraps around native C++ code that calls RUN_ALL_TESTS(). */