fmt
This commit is contained in:
@@ -40,7 +40,7 @@ void main() {
|
|||||||
|
|
||||||
testWidgets(
|
testWidgets(
|
||||||
'control special character test',
|
'control special character test',
|
||||||
(WidgetTester tester) async {
|
(WidgetTester tester) async {
|
||||||
final client = MockClient();
|
final client = MockClient();
|
||||||
final clientState = MockClientState();
|
final clientState = MockClientState();
|
||||||
|
|
||||||
@@ -56,7 +56,8 @@ void main() {
|
|||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 50,
|
width: 50,
|
||||||
height: 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(
|
testWidgets(
|
||||||
'control alpha numeric test 2',
|
'control alpha numeric test 2',
|
||||||
(WidgetTester tester) async {
|
(WidgetTester tester) async {
|
||||||
final client = MockClient();
|
final client = MockClient();
|
||||||
final clientState = MockClientState();
|
final clientState = MockClientState();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user