Skip to content

Commit

Permalink
test: changed extension test to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 10, 2024
1 parent b355c25 commit 4c5dc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/utils/extensions_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void main() {
group('StringExtensions extension', () {
test('initials returns correct initials', () {
expect('John Doe'.initials, 'JD');
expect('A B C'.initials, 'AB');
expect('A B C'.initials, 'AC');
expect('Single'.initials, 'SI');
expect('A'.initials, 'A');
expect('a'.initials, 'A');
Expand Down

0 comments on commit 4c5dc3d

Please sign in to comment.