diff --git a/test/bump_version_command_test.dart b/test/bump_version_command_test.dart index 1da843f..8d82d22 100644 --- a/test/bump_version_command_test.dart +++ b/test/bump_version_command_test.dart @@ -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');