Skip to content

Commit 8700b06

Browse files
committed
fix tests failing
1 parent d483bd2 commit 8700b06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pubspec.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ environment:
88

99
dependencies:
1010
args: ^2.4.1
11-
custom_image_crop: ^0.0.10
1211
meta: ^1.9.1
1312
path: ^1.8.3
1413
pub_semver: ^2.1.4

tool/test_coverage_create_helper.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'dart:io';
22

3-
const packageName = 'custom_image_crop';
3+
const packageName = 'model_generator';
44

55
void main() {
66
Logger.debug(

0 commit comments

Comments
 (0)