forked from TrueCloudLab/rclone
vendor: add qingstor-sdk-go for QingStor
This commit is contained in:
parent
f682002b84
commit
466dd22b44
136 changed files with 15952 additions and 1 deletions
12
vendor/github.com/pengsrc/go-shared/check/error_test.go
generated
vendored
Normal file
12
vendor/github.com/pengsrc/go-shared/check/error_test.go
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
package check
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestCheckErrorForExit(t *testing.T) {
|
||||
ErrorForExit("name", nil)
|
||||
assert.True(t, true)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue