summaryrefslogtreecommitdiff
path: root/internal/commands/helpers_test.go
blob: e0ff981e0da8db3afa6def8b9b0c73321456b644 (plain)
1
2
3
4
5
6
7
8
9
10
11
package commands

import (
	"testing"

	"github.com/stretchr/testify/assert"
)

func TestGetStorageProvider(t *testing.T) {
	assert.Nil(t, getStorageProvider(NewCmdCtx()))
}