Skip to content

Commit 489c913

Browse files
author
Chris Yang
authored
[google_sign_in] remove the commented out code in tests (flutter#4442)
1 parent 99fbfbd commit 489c913

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/google_sign_in/google_sign_in/test/google_sign_in_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ void main() {
351351

352352
expect(auth.accessToken, '456');
353353
expect(auth.idToken, '123');
354-
// fix deprecated_member_use_from_same_package
355-
// expect(auth.serverAuthCode, '789');
356354
expect(
357355
log,
358356
<Matcher>[

0 commit comments

Comments
 (0)