Skip to content

Commit

Permalink
Revert "Fixed a failing UT in the platform_interface file"
Browse files Browse the repository at this point in the history
This reverts commit 3e1abfe.
  • Loading branch information
pmathew92 committed Jan 9, 2025
1 parent 3e1abfe commit 331490f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth0_flutter_platform_interface/test/credentials_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ void main() {
scopes: {'a'},
user: const UserProfile(sub: '123', name: 'John Doe'),
tokenType: 'Bearer');
expect(credentials.toMap()['expiresAt'], '2023-11-01T16:46:35.760Z');

expect(credentials.toMap()['expiresAt'], '2023-11-01T22:16:35.760Z');
});
});
}
Expand Down

0 comments on commit 331490f

Please sign in to comment.