| Index: pkg/mock/test/mock_stepwise_negative_test.dart
|
| diff --git a/pkg/mock/test/mock_stepwise_negative_test.dart b/pkg/mock/test/mock_stepwise_negative_test.dart
|
| index a9fe2b43ff527a10f07d5fad3e899489811a609d..769e9723109c14d8b1133bb55a585b17a4d0e21d 100644
|
| --- a/pkg/mock/test/mock_stepwise_negative_test.dart
|
| +++ b/pkg/mock/test/mock_stepwise_negative_test.dart
|
| @@ -5,7 +5,7 @@
|
| library mock.mock_stepwise_negative_test;
|
|
|
| import 'package:unittest/unittest.dart' show test;
|
| -import 'package:unittest/mock.dart';
|
| +import 'package:mock/mock.dart';
|
|
|
| main() {
|
| test('Mocking: stepwiseValidate', () {
|
|
|