This commit is contained in:
Deven Joshi
2021-07-21 20:05:33 +05:30
parent c585975ab7
commit e6e18a405c
@@ -40,7 +40,7 @@ void main() {
testWidgets(
'control special character test',
(WidgetTester tester) async {
(WidgetTester tester) async {
final client = MockClient();
final clientState = MockClientState();
@@ -56,7 +56,8 @@ void main() {
child: SizedBox(
width: 50,
height: 50,
child: GradientAvatar(name: 'd123@/d de:\$as', userId: 'demo123'),
child: GradientAvatar(
name: 'd123@/d de:\$as', userId: 'demo123'),
),
),
),
@@ -70,7 +71,7 @@ void main() {
testWidgets(
'control alpha numeric test 2',
(WidgetTester tester) async {
(WidgetTester tester) async {
final client = MockClient();
final clientState = MockClientState();