Skip to content

Commit

Permalink
Cleanup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Dec 3, 2024
1 parent 89e8bb7 commit 1e05972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/e2e/rfq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ func (i *IntegrationSuite) TestEncodeBridgeTransactionParity() {
zapDataSize := gofakeit.Number(0, 1000)
zapData := make([]byte, zapDataSize)
for i := range zapDataSize {
zapData[i] = byte(gofakeit.Uint8())
zapData[i] = gofakeit.Uint8()
}

// Create first transaction
Expand Down

0 comments on commit 1e05972

Please sign in to comment.