Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naitbit committed Oct 26, 2016
1 parent 7f12a6e commit 4db1daa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
import android.support.test.espresso.Espresso;
import android.support.test.espresso.NoMatchingViewException;
import android.support.test.rule.ActivityTestRule;

import com.byoutline.cachedfield.utils.CachedFieldIdlingResource;
import com.byoutline.kickmaterial.activities.MainActivity;
import com.byoutline.kickmaterial.espressohelpers.DaggerRules;

import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
Expand Down Expand Up @@ -34,6 +36,7 @@ public void registerIdlingResources() {
public void unregisterIdlingResources() {
Espresso.unregisterIdlingResources(cachedFieldIdlingResource);
}

@Test(expected=NoMatchingViewException.class)
public void testHeaderShouldNotBeVisible() {
onView(withText(R.string.explore))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.byoutline.kickmaterial.model.DiscoverQuery;
import com.byoutline.kickmaterial.model.DiscoverResponse;
import com.squareup.otto.Bus;

import dagger.Component;

/**
Expand All @@ -29,7 +30,6 @@ public interface GlobalComponent {
void inject(RewardsListActivity rewardsListActivity);



Bus getBus();

KickMaterialApp getApp();
Expand Down

0 comments on commit 4db1daa

Please sign in to comment.