Skip to content

Commit 92d70d1

Browse files
committed
✅ Updated test
1 parent 47c6137 commit 92d70d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/oauth_interceptor_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void main() {
4343

4444
test('HeaderInterceptor does not add IDToken when available to headers', () async {
4545
// arrange
46-
when(mockOAuthChopper.token).thenAnswer((_) async => testIDtoken);
46+
when(()=>mockOAuthChopper.token).thenAnswer((_) async => testIDtoken);
4747
final interceptor = OAuthInterceptor(mockOAuthChopper);
4848
final expected = {'Authorization': 'Bearer token'};
4949

0 commit comments

Comments
 (0)