Skip to content

Commit d7dd920

Browse files
committed
test: simplify test case formatting for PREP_MULTIPLE_TAILS failure
1 parent 21122fc commit d7dd920

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/presentation/schedule_create/schedule_spare_and_preparing_time/preparation_form/bloc/preparation_form_state_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ void main() {
138138
expect(failure.code, 'PREP_NO_TAIL');
139139
});
140140

141-
test(
142-
'1-5. Two tails -> failure PREP_MULTIPLE_TAILS',
143-
() {
141+
test('1-5. Two tails -> failure PREP_MULTIPLE_TAILS', () {
144142
final a = stepEntity(
145143
id: 'A',
146144
name: 'A',

0 commit comments

Comments
 (0)