Skip to content

Commit e65c24c

Browse files
Update tests
1 parent c88ab85 commit e65c24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/linode/cloud_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestNewCloud(t *testing.T) {
163163
require.ErrorContains(t, err, "nodebalancer-prefix must be no empty")
164164
})
165165

166-
t.Run("should fail if nodebalancer-prefix name validation", func(t *testing.T) {
166+
t.Run("should fail if not validated nodebalancer-prefix", func(t *testing.T) {
167167
prefix := Options.NodeBalancerPrefix
168168
rtEnabled := Options.EnableRouteController
169169
Options.EnableRouteController = false

0 commit comments

Comments
 (0)