Skip to content

Commit

Permalink
feat: update ComputeSpecsModel to use a pointer in kafka_instance_tes…
Browse files Browse the repository at this point in the history
…t.go
  • Loading branch information
Gezi-lzq committed Aug 16, 2024
1 parent e09d455 commit 68727c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/kafka_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestExpandKafkaInstanceResource(t *testing.T) {
Subnets: types.ListValueMust(types.StringType, []attr.Value{types.StringValue("subnet-1")}),
},
},
ComputeSpecs: ComputeSpecsModel{
ComputeSpecs: &ComputeSpecsModel{
Aku: types.Int64Value(4),
Version: types.StringValue("1.0.0"),
},
Expand Down

0 comments on commit 68727c7

Please sign in to comment.