Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Nov 5, 2024
1 parent e6e34da commit 13322c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/flexcluster/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ var (
)

type NewTFModelTestCase struct {
input *admin.FlexClusterDescription20241113
expectedTFModel *flexcluster.TFModel
input *admin.FlexClusterDescription20241113
}

type NewTFModelDSPTestCase struct {
input []admin.FlexClusterDescription20241113
expectedTFModelDSP *flexcluster.TFModelDSP
input []admin.FlexClusterDescription20241113
}

type NewAtlasCreateReqTestCase struct {
Expand Down

0 comments on commit 13322c9

Please sign in to comment.