Skip to content

Commit

Permalink
Unformat test file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stargator committed Jan 1, 2025
1 parent 2f0019b commit e8b2384
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/create_exercise_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import '../bin/create_exercise.dart';

void main() {
group('create-exercise tool', () {
group('helpers', () {
group('helpers'
, (

) {
group('words', () {
test('null returns empty list', () {
expect(words(null), equals(['']));
Expand Down

0 comments on commit e8b2384

Please sign in to comment.