Skip to content

Commit

Permalink
[google_sign_in] remove the commented out code in tests (flutter#4442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored and KyleFin committed Dec 21, 2021
1 parent 95609d9 commit 9974c7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ void main() {

expect(auth.accessToken, '456');
expect(auth.idToken, '123');
// fix deprecated_member_use_from_same_package
// expect(auth.serverAuthCode, '789');
expect(
log,
<Matcher>[
Expand Down

0 comments on commit 9974c7c

Please sign in to comment.