Skip to content

Commit ab0ab34

Browse files
rlazodaymxn
andauthored
Update firebase-functions/src/androidTest/java/com/google/firebase/functions/FirebaseContextProviderTest.java
Co-authored-by: Daymon <[email protected]>
1 parent 63f4081 commit ab0ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/src/androidTest/java/com/google/firebase/functions/FirebaseContextProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void getContext_facLimitedUse_whenOnlyAppCheckIsAvailableAndHasError()
146146
HttpsCallableContext context = Tasks.await(contextProvider.getContext(true));
147147
assertThat(context.getAuthToken()).isNull();
148148
assertThat(context.getInstanceIdToken()).isEqualTo(IID_TOKEN);
149-
// AppCheck token needs to be send in all circumstances.
149+
// AppCheck token needs to be sent in all circumstances.
150150
assertThat(context.getAppCheckToken()).isEqualTo(APP_CHECK_LIMITED_USE_TOKEN);
151151
}
152152

0 commit comments

Comments
 (0)