Skip to content

Commit

Permalink
bump to 100 accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed May 21, 2024
1 parent 45257c7 commit 73f5b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/square_size_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (s *SquareSizeIntegrationTest) TestSquareSizeUpperBound() {
seqs := txsim.NewBlobSequence(
txsim.NewRange(100_000, 100_000),
txsim.NewRange(1, 1),
).Clone(40)
).Clone(100)
err := txsim.Run(
ctx,
s.grpcAddr,
Expand Down

0 comments on commit 73f5b09

Please sign in to comment.