We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e532 commit 22f1342Copy full SHA for 22f1342
firebase-storage/src/test/java/com/google/firebase/storage/DependencyTest.java
@@ -96,7 +96,7 @@ public void catchNewTaskMethods() throws Exception {
96
}
97
String newValue = builder.toString();
98
if (!expected.equals(newValue)) {
99
- System.err.println("Exepected:\n" + expected + "\nBut got:\n" + newValue);
+ System.err.println("Expected:\n" + expected + "\nBut got:\n" + newValue);
100
101
Assert.assertEquals(expected, newValue);
102
0 commit comments