Updating golang dependancies (#4075)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6d62d65b2d
Коммит
2ca0e8f9a0
9
vendor/github.com/pborman/uuid/sql_test.go
сгенерированный
поставляемый
9
vendor/github.com/pborman/uuid/sql_test.go
сгенерированный
поставляемый
@@ -85,12 +85,3 @@ func TestScan(t *testing.T) {
|
||||
t.Error("UUID was not nil after scanning empty string")
|
||||
}
|
||||
}
|
||||
|
||||
func TestValue(t *testing.T) {
|
||||
stringTest := "f47ac10b-58cc-0372-8567-0e02b2c3d479"
|
||||
uuid := Parse(stringTest)
|
||||
val, _ := uuid.Value()
|
||||
if val != stringTest {
|
||||
t.Error("Value() did not return expected string")
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user