Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit bf0f524

Browse files
✏️ Fix typo in test description
1 parent 03c48da commit bf0f524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google_sign_in/google_sign_in/test/widgets_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class _MockHttpResponse extends Fake implements HttpClientResponse {
8888
}
8989

9090
void main() {
91-
testWidgets('It should build th GoogleUserCircleAvatar successfully',
91+
testWidgets('It should build the GoogleUserCircleAvatar successfully',
9292
(WidgetTester tester) async {
9393
final GoogleIdentity identity = _TestGoogleIdentity(
9494

0 commit comments

Comments
 (0)