diff --git a/pubspec.yaml b/pubspec.yaml index 653f587..40130d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: build_version: ^2.1.0 test: ^1.20.1 lints: ^1.0.1 - mockito: ^5.0.17 + mockito: ^5.1.0 executables: spider: main \ No newline at end of file diff --git a/test/data_class_generator_test.mocks.dart b/test/data_class_generator_test.mocks.dart index df3a372..a3d950e 100644 --- a/test/data_class_generator_test.mocks.dart +++ b/test/data_class_generator_test.mocks.dart @@ -1,10 +1,11 @@ -// Mocks generated by Mockito 5.0.17 from annotations +// Mocks generated by Mockito 5.1.0 from annotations // in spider/test/data_class_generator_test.dart. // Do not manually edit this file. import 'package:mockito/mockito.dart' as _i1; import 'package:spider/src/process_terminator.dart' as _i2; +// ignore_for_file: type=lint // ignore_for_file: avoid_redundant_argument_values // ignore_for_file: avoid_setters_without_getters // ignore_for_file: comment_references