Skip to content

Commit ff9cde4

Browse files
committed
removing text so golden is the same on mac/linux
1 parent 6867587 commit ff9cde4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
-384 Bytes
Loading

packages/golden_toolkit/test/image_loading/image_loading_utils.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ class ListOfItemsWithOneImage extends StatelessWidget {
5454
itemBuilder: (context, index) => Center(
5555
child: Row(
5656
children: [
57-
Text(index.toString()),
58-
const SizedBox(width: 8),
5957
Container(
6058
width: itemSize.width,
6159
height: itemSize.height,

0 commit comments

Comments
 (0)