small fixes, lease

This commit is contained in:
Hayden Parker
2016-02-14 23:10:37 -08:00
parent f9706700a1
commit 9d6560b94d
8 changed files with 85 additions and 9 deletions

View File

@ -1,6 +1,8 @@
package common
import "testing"
import (
"testing"
)
func TestCertificateTypeIsFirstByte(t *testing.T) {
bytes := []byte{0x03, 0x00, 0x00}