Skip to content

Commit e58e519

Browse files
committed
Fix
1 parent b169dc3 commit e58e519

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/src/network/url_validator_test.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ void main() {
6060
'http://example-.com',
6161
'http://example.com:port',
6262
'ftp://example.com:port',
63-
'example.com',
64-
'www.example.com',
6563
];
6664

6765
// Act & Assert
@@ -86,8 +84,6 @@ void main() {
8684
'http://example-.com',
8785
'http://example.com:port',
8886
'ftp://example.com:port',
89-
'example.com',
90-
'www.example.com',
9187
];
9288

9389
// Act & Assert
@@ -105,8 +101,6 @@ void main() {
105101
const List<String> validUrls = <String>[
106102
'http://example.com',
107103
'https://example.com',
108-
'http://subdomain.example.com',
109-
'https://subdomain.example.com',
110104
];
111105

112106
// Act & Assert

0 commit comments

Comments
 (0)