Skip to content

Commit

Permalink
fix check-init test
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 9, 2023
1 parent d2473d4 commit dedcdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void checkInit() {
final pubspec = temp.join('pubspec.yaml').createFile();
pubspec.writeAsStringSync('''name: foo
environment:
sdk: '>=2.10.0 <3.0.0'
sdk: '^3.0.0'
dependencies:
grinder:
Expand Down

0 comments on commit dedcdaf

Please sign in to comment.