Skip to content

Commit

Permalink
WIP failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Jun 25, 2024
1 parent 908e585 commit 090b765
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func TestHomeChainReader(t *testing.T) {
//setupConfigInfo(chainB, []byte{'a', 'b'}, fChainB, []byte{}),
//setupConfigInfo(chainC, []byte{}, fChainC, []byte{}),
//}

//d.Auth.GasLimit = 50000
_, err := d.Contract.ApplyChainConfigUpdates(d.Auth, nil, inputConfig)
d.SimulatedBE.Commit()
assert.NoError(t, err)
Expand All @@ -100,6 +102,7 @@ func setupConfigInfo() []capcfg.CCIPCapabilityConfigurationChainConfigInfo {
{
ChainSelector: 1,
ChainConfig: capcfg.CCIPCapabilityConfigurationChainConfig{
//Readers: [][32]byte{{1}, {2}, {3}},
Readers: [][32]byte{},
FChain: 2,
Config: []byte{1, 2, 3},
Expand Down

0 comments on commit 090b765

Please sign in to comment.