Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Faye Amacker <[email protected]>
  • Loading branch information
turbolent and fxamacker authored Nov 15, 2024
1 parent 3b2af1c commit b761a7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5687,8 +5687,8 @@ func TestRuntimeContractWriteback(t *testing.T) {

test := func(
storageFormatV2Enabled bool,
expectedWrites1 []ownerKeyPair,
expectedWrites2 []ownerKeyPair,
expectedDeployTxWrites []ownerKeyPair,
expectedWriteTxWrites []ownerKeyPair,
) {

name := fmt.Sprintf(
Expand Down Expand Up @@ -5913,9 +5913,9 @@ func TestRuntimeStorageWriteback(t *testing.T) {

test := func(
storageFormatV2Enabled bool,
expectedWrites1 []ownerKeyPair,
expectedWrites2 []ownerKeyPair,
expectedWrites3 []ownerKeyPair,
expectedDeployTxWrites []ownerKeyPair,
expectedSaveToStorageTxWrites []ownerKeyPair,
expectedModifyStorageTxWrites []ownerKeyPair,
) {

name := fmt.Sprintf(
Expand Down

0 comments on commit b761a7d

Please sign in to comment.