Skip to content

Commit

Permalink
test(main): call Notes main function
Browse files Browse the repository at this point in the history
Missing from #54
  • Loading branch information
albertms10 committed Apr 15, 2023
1 parent 476c2b0 commit 1d86cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'music_test.dart' as music_test;
import 'note/accidental_test.dart' as accidental_test;
import 'note/enharmonic_note_test.dart' as enharmonic_note_test;
import 'note/note_test.dart' as note_test;
import 'note/notes_test.dart' as notes_test;
import 'tonality/key_signature_test.dart' as key_signature_test;
import 'tonality/modes_test.dart' as modes_test;
import 'tonality/tonality_test.dart' as tonality_test;
Expand All @@ -22,6 +23,7 @@ void main() {
accidental_test.main();
enharmonic_note_test.main();
note_test.main();
notes_test.main();
key_signature_test.main();
modes_test.main();
tonality_test.main();
Expand Down

0 comments on commit 1d86cb9

Please sign in to comment.