1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00
sap-jenkins-library/cmd/gctsRollback_generated_test.go

17 lines
319 B
Go
Raw Normal View History

package cmd
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestGctsRollbackCommand(t *testing.T) {
testCmd := GctsRollbackCommand()
// only high level testing performed - details are tested in step generation procedure
assert.Equal(t, "gctsRollback", testCmd.Use, "command name incorrect")
}