mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add missing word in test fail message
This commit is contained in:
parent
e16c43c3bc
commit
c133c53d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -831,7 +831,7 @@ func TestAE(t *testing.T) {
|
|||
}()
|
||||
select {
|
||||
case <-ch:
|
||||
t.Fatalf("aborting anti entropy on an initialized didn't block")
|
||||
t.Fatalf("aborting anti entropy on an initialized cluster didn't block")
|
||||
case <-time.After(time.Microsecond * 100):
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue