|
|
@@ -2,12 +2,11 @@ package types
|
|
|
|
|
|
import (
|
|
|
"encoding/hex"
|
|
|
- "github.com/stretchr/testify/assert"
|
|
|
"github.com/jcmturner/gokrb5/testdata"
|
|
|
+ "github.com/stretchr/testify/assert"
|
|
|
"testing"
|
|
|
)
|
|
|
|
|
|
-
|
|
|
func TestUnmarshalEncryptedData(t *testing.T) {
|
|
|
var a EncryptedData
|
|
|
v := "encode_krb5_enc_data"
|
|
|
@@ -87,4 +86,4 @@ func TestMarshalEncryptedData(t *testing.T) {
|
|
|
t.Fatalf("Marshal of ticket errored: %v", err)
|
|
|
}
|
|
|
assert.Equal(t, b, mb, "Marshal bytes of Encrypted Data not as expected")
|
|
|
-}
|
|
|
+}
|