Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed May 3, 2024
1 parent cd3e003 commit e5c4c1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zetaclient/core_context/zeta_core_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ func TestUpdateZetaCoreContext(t *testing.T) {
ChainName: 2,
ChainId: 2,
},
{
ChainName: 3,
ChainId: chains.ZetaTestnetChain().ChainId,
},
chains.ZetaTestnetChain,
}
evmChainParamsToUpdate := map[int64]*observertypes.ChainParams{
1: {
Expand Down

0 comments on commit e5c4c1f

Please sign in to comment.