Skip to content

Commit

Permalink
gob block size updated (bad test)
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Aug 16, 2023
1 parent 486b03e commit c77a980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestNewVerifyBlock(t *testing.T) {
args args
want int // length of Block
}{
{"nil pincode", args{0}, 160},
{"nil pincode", args{0}, 159},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit c77a980

Please sign in to comment.