Skip to content

Commit 07d2f22

Browse files
author
Akshatji800
committed
Resolves formatting issues
1 parent 556f1e5 commit 07d2f22

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

test/date_converter_unit_test.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import 'package:flood_mobile/Services/date_converter.dart';
22
import 'package:flutter_test/flutter_test.dart';
33

44
void main() {
5-
65
test(
76
"Test Date Converting Function",
8-
() {
7+
() {
98
final date = dateConverter(timestamp: 1659201146);
109
expect(date, '30 / 7 / 2022');
1110
},
1211
);
13-
}
12+
}

test/file_size_helper_unit_test.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import 'package:flood_mobile/Services/file_size_helper.dart';
22
import 'package:flutter_test/flutter_test.dart';
33

44
void main() {
5-
65
test(
76
"Test File Size Calculating Function",
8-
() {
7+
() {
98
final size = filesize(1156498920);
109
expect(size, '1.08 GB');
1110
},
1211
);
13-
}
12+
}

0 commit comments

Comments
 (0)