Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Faulty Tolly committed Sep 20, 2024
1 parent f88b299 commit 48c862f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions block/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func TestApplyCachedBlocks_WithFraudCheck(t *testing.T) {
mockExecutor.AssertExpectations(t)
}

// TestApplyLocalBlock checks the flow that happens when there is a block saved on the Store and we apply it locally.
func TestApplyLocalBlock_WithFraudCheck(t *testing.T) {
// Init app
app := testutil.GetAppMock(testutil.EndBlock)
Expand Down Expand Up @@ -731,6 +732,8 @@ func TestDAFetch(t *testing.T) {
}
}

// TestManager_ProcessNextDABatch_FraudHandling tests the case when the manager receives a fraud when the block is
// part of the batch received from the DA.
func TestManager_ProcessNextDABatch_FraudHandling(t *testing.T) {
require := require.New(t)
// Setup app
Expand Down

0 comments on commit 48c862f

Please sign in to comment.