summaryrefslogtreecommitdiffstats
path: root/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_test.go b/server_test.go
index 7e813ec..88c47bf 100644
--- a/server_test.go
+++ b/server_test.go
@@ -284,7 +284,7 @@ func TestSearchStats(t *testing.T) {
stats := s.GetStats()
log.Println(stats)
- if stats.Conns != 2 || stats.Binds != 1 {
+ if stats.Conns != 1 || stats.Binds != 1 {
t.Errorf("Stats data missing or incorrect: %v", w.buffer.String())
}
quit <- true