aboutsummaryrefslogtreecommitdiffstats
path: root/core/syncer/watch-cat_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/syncer/watch-cat_test.go')
-rw-r--r--core/syncer/watch-cat_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/syncer/watch-cat_test.go b/core/syncer/watch-cat_test.go
index 8bb6d7b..1ceb620 100644
--- a/core/syncer/watch-cat_test.go
+++ b/core/syncer/watch-cat_test.go
@@ -107,7 +107,7 @@ func (s *WatchCatTestSuite) TestBasicUsage() {
}
rec.lock.Lock()
- rec.votes[pos.Height] = uint64(notarySet/2 + 1)
+ rec.votes[pos.Height] = uint64((notarySet * 2 / 3) + 1)
rec.lock.Unlock()
time.Sleep(polling * 2)