Skip to content

Commit 836b9d2

Browse files
committed
fix
1 parent 9401f38 commit 836b9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/templatepush_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"strings"
1010
"testing"
1111

12+
"github.com/google/uuid"
1213
"github.com/stretchr/testify/assert"
1314
"github.com/stretchr/testify/require"
1415

@@ -654,6 +655,7 @@ func TestTemplatePush(t *testing.T) {
654655
template, err := client.TemplateByName(context.Background(), user.OrganizationID, templateName)
655656
require.NoError(t, err)
656657
require.Equal(t, templateName, template.Name)
658+
require.NotEqual(t, uuid.Nil, template.ActiveVersionID)
657659
})
658660
})
659661
}

0 commit comments

Comments
 (0)