Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 30, 2023
1 parent 50ee9b9 commit 8f19532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/bump_version_command_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ void main() {
group('commit', () {
test('works when pubspec has local changes', () async {
await insideFakeProjectWithSidekick((dir) async {
print(dir);
'git init -q ${dir.path} '.run;
'git -C ${dir.path} add .'.run;
await dir.file('pubspec.yaml').appendString('\nversion: 1.2.3');
Expand Down

0 comments on commit 8f19532

Please sign in to comment.