Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update canonicalized_map_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 7, 2024
1 parent 9661c7a commit fd321c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canonicalized_map_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void main() {
});
});

group('CanonicalizedMap.from', () {
group('CanonicalizedMap.fromEntries', () {
test('canonicalizes its keys', () {
var map = CanonicalizedMap.fromEntries(
{'1': 'value 1', '2': 'value 2', '3': 'value 3'}.entries, int.parse);
Expand Down

0 comments on commit fd321c2

Please sign in to comment.