aboutsummaryrefslogtreecommitdiffstats
path: root/core/authenticator_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/authenticator_test.go')
-rw-r--r--core/authenticator_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/authenticator_test.go b/core/authenticator_test.go
index b6c08d7..074d521 100644
--- a/core/authenticator_test.go
+++ b/core/authenticator_test.go
@@ -42,7 +42,6 @@ func (s *AuthenticatorTestSuite) TestBlock() {
b := &types.Block{
ParentHash: common.NewRandomHash(),
Position: types.Position{
- ShardID: 1,
ChainID: 2,
Height: 3,
},
@@ -60,7 +59,6 @@ func (s *AuthenticatorTestSuite) TestVote() {
BlockHash: common.NewRandomHash(),
Period: 123,
Position: types.Position{
- ShardID: 2,
ChainID: 4,
Height: 6,
}}
@@ -75,7 +73,6 @@ func (s *AuthenticatorTestSuite) TestCRS() {
b := &types.Block{
ParentHash: common.NewRandomHash(),
Position: types.Position{
- ShardID: 7,
ChainID: 8,
Height: 9,
},