Skip to content

Commit

Permalink
test(cryptogram_string_extension): add missing () to group name
Browse files Browse the repository at this point in the history
  • Loading branch information
albertms10 committed Jun 2, 2023
1 parent f0dd251 commit 0aab48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model/cryptogram_string_extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:note_names/model/cryptogram_scheme.dart';

void main() {
group('CryptogramStringExtension', () {
group('.toCryptogram', () {
group('.toCryptogram()', () {
test('should return the musical cryptogram of this String', () {
final arnoldSchonberg =
'A. SCHBEG'.toCryptogram(CryptogramScheme.german());
Expand Down

0 comments on commit 0aab48b

Please sign in to comment.