aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils_test.go')
-rw-r--r--core/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils_test.go b/core/utils_test.go
index 5d61a48..fa5d260 100644
--- a/core/utils_test.go
+++ b/core/utils_test.go
@@ -96,7 +96,7 @@ func (s *UtilsTestSuite) TestVerifyAgreementResult() {
baResult.Votes[0].Type = types.VoteCom
// Vote type should be the same.
- baResult.Votes[1].Type = types.VoteFast
+ baResult.Votes[1].Type = types.VoteFastCom
s.Equal(ErrIncorrectVoteType, VerifyAgreementResult(baResult, cache))
baResult.Votes[1].Type = types.VoteCom