We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897561e commit f4a6b22Copy full SHA for f4a6b22
test/uuid_test.dart
@@ -473,7 +473,7 @@ void main() {
473
});
474
475
test('Pass invalid Uuid to constructor', () {
476
- const invalidUUID = 'For sure not a valid UUID';
+ const invalidUUID = 'for sure not a valid uuid';
477
expect(Uuid.isValidUUID(fromString: invalidUUID), false);
478
expect(() => UuidValue.withValidation(invalidUUID),
479
throwsA(isA<FormatException>()));
0 commit comments