Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 6, 2023
1 parent 9bd0d3c commit 789cc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/mock/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (d *ChainDataMock) GetTotalOperatorStateWithQuorums(ctx context.Context, bl
aggPubKey.Add(d.KeyPairs[ind].GetPubKeyG1())
}

stake := ind*ind*6 + 32
stake := ind + 1
host := "0.0.0.0"
dispersalPort := fmt.Sprintf("3%03v", int(2*ind))
retrievalPort := fmt.Sprintf("3%03v", int(2*ind+1))
Expand Down
2 changes: 1 addition & 1 deletion core/test/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func checkBatchByUniversalVerifier(t *testing.T, cst core.IndexedChainState, enc
func TestCoreLibrary(t *testing.T) {

numBlob := 1 // must be greater than 0
blobLengths := []int{1, 100, 1000}
blobLengths := []int{1, 64, 1000}
quantizationFactors := []uint{1, 10}
operatorCounts := []uint{1, 2, 4, 10, 30}

Expand Down

0 comments on commit 789cc64

Please sign in to comment.