Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: marcolan018 <[email protected]>
  • Loading branch information
marcolan018 committed Sep 6, 2023
1 parent 4aa51a6 commit a8917f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/machinepool/validations/disk_size_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package validations

import (
. "github.com/onsi/ginkgo/v2/dsl/table"
. "github.com/onsi/gomega"
)

var _ = DescribeTable("getAWSVolumeMaxSize",
func(testSpec struct {
name string
Expand Down

0 comments on commit a8917f3

Please sign in to comment.