Skip to content

Commit a3b148f

Browse files
committed
dart format
1 parent 876dfea commit a3b148f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/pipelines_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ void main() {
1616
expect(embed.author?.name, 'Pipeline Build');
1717
});
1818
});
19-
}
19+
}

test/utils_test.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,7 @@ void main() {
174174
});
175175

176176
test('getDurationFromStringOrDefault invalid string returns default', () {
177-
expect(
178-
getDurationFromStringOrDefault('not a duration', const Duration(seconds: 5)),
179-
const Duration(seconds: 5),
180-
);
177+
expect(getDurationFromStringOrDefault('not a duration', const Duration(seconds: 5)), const Duration(seconds: 5));
181178
});
182179

183180
test('valueOrNull returns original non-empty string (not trimmed)', () {

0 commit comments

Comments
 (0)