Skip to content

Commit

Permalink
solve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jan 30, 2024
1 parent 237f003 commit 32f28fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/src/specs/image/image_attribute_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ void main() {
);
final props = attribute.props;

expect(props.length, 9);
expect(props[0], 100);
expect(props[1], 200);
expect(props[2], const ColorDto(Colors.black));
Expand Down
2 changes: 1 addition & 1 deletion test/src/specs/image/image_widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void main() {
image.width(152),
image.height(152),
image.color.black(),
image.repeat.repeat(),
image.imageRepeat.repeat(),
image.fit.fill(),
image.centerSlice.fromLTRB(1, 2, 3, 4),
image.alignment.bottomLeft(),
Expand Down

0 comments on commit 32f28fa

Please sign in to comment.