diff --git a/packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote_constraint_provider_test.dart b/packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote_constraint_provider_test.dart index 9bdf4abd2f..20af6e9f88 100644 --- a/packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote_constraint_provider_test.dart +++ b/packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote_constraint_provider_test.dart @@ -73,7 +73,7 @@ void main() { registerFallbackValue(fakeRequest); }); - test('initializes _loggingConstraint from endpoint', () async { + test('initializes loggingConstraint from endpoint', () async { when(() => mockFileStorage.load(any())) .thenAnswer((_) async => Future.value(sampleJson));