mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Fix error message for Go 1.8.
This commit is contained in:
@ -63,7 +63,7 @@ func TestParseURL(t *testing.T) {
|
||||
{
|
||||
"redis://localhost/iamadatabase",
|
||||
"",
|
||||
0, false, errors.New("invalid redis database number: strconv.ParseInt: parsing \"iamadatabase\": invalid syntax"),
|
||||
0, false, errors.New(`invalid redis database number: "iamadatabase"`),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user