Skip to content

Commit

Permalink
move addresses to match tests because of pre existing eth address
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 5, 2023
1 parent 730f8fc commit bd6128b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions construction_onchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const GasPremium = "10049470"
const GasLimit = 200180810

const Signer1long = "t1x5x7ekq5f2cjkk57ee3lismwmzu5rbhkhnsrooa"
const Signer1short = "t01002"
const Signer1short = "t01003"
const Signer2long = "t1itpqzzcx6yf52oc35dgsoxfqkoxpy6kdmygbaja"
const Signer2short = "t01003"
const Signer2short = "t01004"

const StateWaitMsg = "Filecoin.StateWaitMsg"

Expand Down Expand Up @@ -384,7 +384,7 @@ func TestSwapKeysMultisig(t *testing.T) {
state = result["State"].(map[string]interface{})
signers = state["Signers"].([]interface{})

assert.Equal(t, "t01001", signers[0])
assert.Equal(t, "t01002", signers[0])
if toParams == Signer1long {
assert.Equal(t, Signer1short, signers[1])
} else {
Expand Down

0 comments on commit bd6128b

Please sign in to comment.