mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
Add better docs for Group
This commit is contained in:
@@ -230,6 +230,10 @@ func TestSearch(t *testing.T) {
|
||||
if !strings.HasPrefix(line, "INFO 0 ") {
|
||||
t.Error("Failed to fetch correct line, which is the earliest INFO")
|
||||
}
|
||||
err = gr.Close()
|
||||
if err != nil {
|
||||
t.Error("Failed to close GroupReader", err)
|
||||
}
|
||||
}
|
||||
|
||||
// Now search for something that is too large.
|
||||
|
Reference in New Issue
Block a user