Skip to content

Commit 1549570

Browse files
Fix Dart Tests
1 parent 2494498 commit 1549570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/dart/test/id_test.dart.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import 'package:flutter_test/flutter_test.dart';
77

88
void main() {
99
group('unique()', () {
10-
test('returns unique()', () {
11-
expect(ID.unique(), 'unique()');
10+
test('returns unique ID', () {
11+
expect((ID.unique()).length, 20);
1212
});
1313
});
1414

0 commit comments

Comments
 (0)