Skip to content

Commit

Permalink
Made suggested change.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Dec 18, 2024
1 parent e5aecfb commit d06e4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/testutils/random/test_random.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type randIOReader struct {
rand *TestRandom
}

// Read reads random bytes into the provided buffer, returning the number of bytes read.
func (i *randIOReader) Read(p []byte) (n int, err error) {
return i.rand.Read(p)
}
Expand Down

0 comments on commit d06e4de

Please sign in to comment.