Jonathan Turner 9 anni fa
parent
commit
bf525723b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      messages/KDCRep_test.go

+ 1 - 1
messages/KDCRep_test.go

@@ -305,4 +305,4 @@ func TestUnmarshalASRepDecodeAndDecrypt_withPassword(t *testing.T) {
 	assert.Equal(t, test_realm, asRep.DecryptedEncPart.SRealm, "Service realm not as expected")
 	assert.Equal(t, 2, asRep.DecryptedEncPart.SName.NameType, "Name type for AS_REP not as expected")
 	assert.Equal(t, []string{"krbtgt", test_realm}, asRep.DecryptedEncPart.SName.NameString, "Service name string not as expected")
-}
+}