Skip to content

Commit

Permalink
Fix besu to BesuNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
lanasta committed Dec 3, 2024
1 parent f909df5 commit a00bf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaleido/platform/stacks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestStacks1(t *testing.T) {
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttrSet(Stack1Resource, "id"),
resource.TestCheckResourceAttr(Stack1Resource, "name", `stack1`),
resource.TestCheckResourceAttr(Stack1Resource, "network_type", `besu`),
resource.TestCheckResourceAttr(Stack1Resource, "network_type", `BesuNetwork`),
resource.TestCheckResourceAttr(Stack1Resource, "type", `chain_infrastructure`),
),
},
Expand All @@ -82,7 +82,7 @@ func TestStacks1(t *testing.T) {
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttrSet(Stack1Resource, "id"),
resource.TestCheckResourceAttr(Stack1Resource, "name", `stack1_renamed`),
resource.TestCheckResourceAttr(Stack1Resource, "network_type", `besu`),
resource.TestCheckResourceAttr(Stack1Resource, "network_type", `BesuNetwork`),
resource.TestCheckResourceAttr(Stack1Resource, "type", `chain_infrastructure`),
func(s *terraform.State) error {
// Compare the final result on the mock-server side
Expand Down

0 comments on commit a00bf83

Please sign in to comment.