Skip to content

Commit 22f1342

Browse files
Fix typo (#592)
This causes a CommonTypo validation failure in the Copybara CL 257313292
1 parent c20e532 commit 22f1342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-storage/src/test/java/com/google/firebase/storage/DependencyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void catchNewTaskMethods() throws Exception {
9696
}
9797
String newValue = builder.toString();
9898
if (!expected.equals(newValue)) {
99-
System.err.println("Exepected:\n" + expected + "\nBut got:\n" + newValue);
99+
System.err.println("Expected:\n" + expected + "\nBut got:\n" + newValue);
100100
}
101101
Assert.assertEquals(expected, newValue);
102102
}

0 commit comments

Comments
 (0)