1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-23 04:34:32 +02:00

13 lines
171 B
Go

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