Jonathan Turner 9 лет назад
Родитель
Сommit
bf525723b8
1 измененных файлов с 1 добавлено и 1 удалено
  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")
-}
+}