diff --git a/shelf_modular/test/src/infra/services/bind_service_impl_test.dart b/shelf_modular/test/src/infra/services/bind_service_impl_test.dart index 2bde731a..07a7c800 100644 --- a/shelf_modular/test/src/infra/services/bind_service_impl_test.dart +++ b/shelf_modular/test/src/infra/services/bind_service_impl_test.dart @@ -18,7 +18,7 @@ void main() { }); test('should throw error not found bind', () { when(() => injector.get()).thenThrow( - const AutoInjectorException('String'), + AutoInjectorException('String'), ); expect( service.getBind().fold(id, id),