Skip to content

Commit

Permalink
edit back tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed May 14, 2024
1 parent 4746270 commit b9e2552
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion system_tests/bold_challenge_protocol_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023, Offchain Labs, Inc.
// For license information, see https://github.com/nitro/blob/master/LICENSE

// asdasdgo:build challengetest && !race
//go:build challengetest && !race

package arbtest

Expand Down
9 changes: 4 additions & 5 deletions system_tests/state_provider_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023, Offchain Labs, Inc.
// For license information, see https://github.com/offchainlabs/bold/blob/main/LICENSE

//asdasdasdgo:build challengetest && !race
//go:build challengetest && !race

package arbtest

Expand Down Expand Up @@ -270,10 +270,9 @@ func TestChallengeProtocolBOLD_StateProvider(t *testing.T) {
_ = result

state := protocol.GoGlobalState{
BlockHash: result.BlockHash,
SendRoot: result.SendRoot,
Batch: 3,
PosInBatch: 0,
BlockHash: result.BlockHash,
SendRoot: result.SendRoot,
Batch: 3,
}
got, err := stateManager.ExecutionStateAfterPreviousState(ctx, 3, &first.GlobalState, maxBlocks)
Require(t, err)
Expand Down

0 comments on commit b9e2552

Please sign in to comment.