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 04b78d4 commit 0cba479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void main() {
});

test(
'fetches _loggingConstraint from local storage and returns null if there are no constraints in local storage',
'fetches loggingConstraint from local storage and returns null if there are no constraints in local storage',
() async {
when(() => mockFileStorage.load(any()))
.thenAnswer((_) async => Future.value(null));
Expand Down

0 comments on commit 0cba479

Please sign in to comment.