Skip to content

Commit 8bfa2df

Browse files
committed
update one more
1 parent 97ac81e commit 8bfa2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/execution/state/bootstrap/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestBootstrapLedger(t *testing.T) {
5757
}
5858

5959
func TestBootstrapLedger_ZeroTokenSupply(t *testing.T) {
60-
expectedStateCommitmentBytes, _ := hex.DecodeString("98843377340e868704ea9656dfccc53f6a70aa1869551b115c5caaae76754614")
60+
expectedStateCommitmentBytes, _ := hex.DecodeString("e8d9f84eaa7055b38cea91aabf6546385fdec314adfa985f834ae9fb7a3fa9b7")
6161
expectedStateCommitment, err := flow.ToStateCommitment(expectedStateCommitmentBytes)
6262
require.NoError(t, err)
6363

0 commit comments

Comments
 (0)