Skip to content

Commit 3bfc664

Browse files
committed
update protocol flags in TestVersionInfo
1 parent dc3982e commit 3bfc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
func TestVersionInfo(t *testing.T) {
88
info := VersionInfo(VERSION_FIRST)
9-
expectedProtocols := []string{"dict", "file", "ftp", "ftps", "gopher", "http", "https", "imap", "imaps", "ldap", "ldaps", "pop3", "pop3s", "rtmp", "rtsp", "smtp", "smtps", "telnet", "tftp", "scp", "sftp"}
9+
expectedProtocols := []string{"dict", "file", "ftp", "ftps", "gopher", "http", "https", "imap", "imaps", "ldap", "ldaps", "pop3", "pop3s", "rtmp", "rtsp", "smtp", "smtps", "telnet", "tftp", "scp", "sftp", "smb", "smbs"}
1010
protocols := info.Protocols
1111
for _, protocol := range protocols {
1212
found := false

0 commit comments

Comments
 (0)