Skip to content

Commit 4c5050b

Browse files
committed
Removed test
1 parent e460c3e commit 4c5050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jsonloader_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import 'package:flutter_test/flutter_test.dart';
33
import 'package:jsonloader/jsonloader.dart';
44

55
void main() {
6-
test('adds one to input values', () {
6+
/*test('adds one to input values', () {
77
final calculator = Calculator();
88
expect(calculator.addOne(2), 3);
99
expect(calculator.addOne(-7), -6);
1010
expect(calculator.addOne(0), 1);
1111
expect(() => calculator.addOne(null), throwsNoSuchMethodError);
12-
});
12+
});*/
1313
}

0 commit comments

Comments
 (0)