Skip to content

Commit 1264135

Browse files
committed
Merge pull request square#679 from square/dimitris/typoz
Fix typo
2 parents d681f63 + e8e827e commit 1264135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picasso/src/test/java/com/squareup/picasso/BitmapHunterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ public class BitmapHunterTest {
170170

171171
@Test public void huntUnrecognizedUri() throws Exception {
172172
Action action = mockAction(CUSTOM_URI_KEY, CUSTOM_URI);
173-
BitmapHunter hunder = forRequest(picasso, dispatcher, cache, stats, action);
173+
BitmapHunter hunter = forRequest(picasso, dispatcher, cache, stats, action);
174174
try {
175-
hunder.hunt();
175+
hunter.hunt();
176176
fail("Unrecognized URI should throw exception.");
177177
} catch (IllegalStateException expected) {
178178
}

0 commit comments

Comments
 (0)