Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jayabrown committed Jan 30, 2025
1 parent aa10dcf commit 0260021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/chord_processor_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ void main() {
lyricsStyle: textStyle,
chordStyle: textStyle,
chorusStyle: textStyle,
breakingCharacters: null,
);

expect(
Expand Down Expand Up @@ -70,6 +71,7 @@ void main() {
lyricsStyle: textStyle,
chordStyle: textStyle,
chorusStyle: chorusStyle,
breakingCharacters: null,
);

expect(
Expand Down Expand Up @@ -127,6 +129,7 @@ void main() {
lyricsStyle: textStyle,
chordStyle: textStyle,
chorusStyle: textStyle,
breakingCharacters: null,
);

expect(chordDocument.capo, 3);
Expand Down Expand Up @@ -184,6 +187,7 @@ void main() {
lyricsStyle: textStyle,
chordStyle: textStyle,
chorusStyle: textStyle,
breakingCharacters: null,
);

expect(
Expand Down

0 comments on commit 0260021

Please sign in to comment.