Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Philip-21 <[email protected]>
  • Loading branch information
Philip-21 committed Dec 16, 2023
1 parent 0b4d49d commit 01fa58e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/blockchain/ethereum/besu/besu_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ func TestNewBesuProvider(t *testing.T) {
},
},
{
Name: "TestBesuProviderWithEvmconnect",
Name: "testcase2",
Ctx: ctx,
Stack: &types.Stack{
Members: []*types.Organization{{OrgName: "Org2"}, {OrgName: "org4"}},
Name: "TestBesuProviderWithEvmconnect",
BlockchainProvider: fftypes.FFEnumValue("BlockchainProvider", "Geth"),
BlockchainConnector: fftypes.FFEnumValue("BlockchainConnector", "EvmConnect"),
BlockchainNodeProvider: fftypes.FFEnumValue("BlockchainNodeProvider", "Geth"),
Expand All @@ -43,4 +46,3 @@ func TestNewBesuProvider(t *testing.T) {
})
}
}

0 comments on commit 01fa58e

Please sign in to comment.