mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 17:23:20 +00:00
vendor: add qingstor-sdk-go for QingStor
This commit is contained in:
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)
|
||||
}
|
||||
Reference in New Issue
Block a user