Skip to content

Commit

Permalink
Update packages/logging_cloudwatch/aws_logging_cloudwatch/test/remote…
Browse files Browse the repository at this point in the history
…_constraint_provider_test.dart

Co-authored-by: NikaHsn <nika.hasani@gmail.com>
  • Loading branch information
khatruong2009 and NikaHsn committed Sep 20, 2023
1 parent 0f3bae3 commit 04b78d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 04b78d4

Please sign in to comment.