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 cea7f66 commit f909df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaleido/platform/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestNetwork1(t *testing.T) {
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttrSet(network1Resource, "id"),
resource.TestCheckResourceAttr(network1Resource, "name", `network1`),
resource.TestCheckResourceAttr(network1Resource, "type", `besu`),
resource.TestCheckResourceAttr(network1Resource, "type", `BesuNetwork`),
resource.TestCheckResourceAttr(network1Resource, "config_json", `{"setting1":"value1"}`),
),
},
Expand Down

0 comments on commit f909df5

Please sign in to comment.