rclone/vendor/github.com/pengsrc/go-shared/check/error_test.go

13 lines
171 B
Go
Raw Normal View History

package check
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestCheckErrorForExit(t *testing.T) {
ErrorForExit("name", nil)
assert.True(t, true)
}