From 04b78d41addaa39a57c56f0fd7c38d5b492c4cf7 Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:45:12 -0700 Subject: [PATCH] Update packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote_constraint_provider_test.dart Co-authored-by: NikaHsn --- .../test/remote_constraint_provider_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));