Skip to content

Commit f4a6b22

Browse files
committed
Fix test
1 parent 897561e commit f4a6b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/uuid_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void main() {
473473
});
474474

475475
test('Pass invalid Uuid to constructor', () {
476-
const invalidUUID = 'For sure not a valid UUID';
476+
const invalidUUID = 'for sure not a valid uuid';
477477
expect(Uuid.isValidUUID(fromString: invalidUUID), false);
478478
expect(() => UuidValue.withValidation(invalidUUID),
479479
throwsA(isA<FormatException>()));

0 commit comments

Comments
 (0)