@@ -433,7 +433,8 @@ void main() {
433433 'The test description was: renders CounterPage' ,
434434 '\x 1B[2K\r App renders CounterPage ${tempDirectory .path }/test/app/view/app_test.dart (FAILED)' ,
435435 '\x 1B[2K\r Failing Tests:\n '
436- '\x 1B[2K\r - ${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
436+ '\x 1B[2K\r - '
437+ '${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
437438 '\x 1B[2K\r \t - [ERROR] App renders CounterPage\n ' ,
438439 ]),
439440 );
@@ -539,7 +540,8 @@ void main() {
539540 '\x 1B[2K\r error' ,
540541 '\x 1B[2K\r ${p .join ('test' , 'example_test.dart' )} 4 main\n ' ,
541542 '\x 1B[2K\r Failing Tests:\n '
542- '\x 1B[2K\r - ${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
543+ '\x 1B[2K\r - '
544+ '${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
543545 '''\x 1B[2K\r \t - [FAILED] CounterCubit emits [1] when increment is called\n ''' ,
544546 ]),
545547 );
@@ -1219,7 +1221,8 @@ void main() {
12191221 '\x 1B[2K\r error' ,
12201222 '\x 1B[2K\r ${p .join ('test' , 'example_test.dart' )} 4 main\n ' ,
12211223 '\x 1B[2K\r Failing Tests:\n '
1222- '\x 1B[2K\r - ${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
1224+ '\x 1B[2K\r - '
1225+ '${p .join ('test' , 'app' , 'view' , 'app_test.dart' )} \n '
12231226 '''\x 1B[2K\r \t - [FAILED] CounterCubit emits [1] when increment is called\n ''' ,
12241227 ]),
12251228 );
0 commit comments