We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8d74a commit 89c70c1Copy full SHA for 89c70c1
pkg/pillar/cmd/tpmmgr/tpmmgr_test.go
@@ -208,7 +208,7 @@ func TestSealUnseal(t *testing.T) {
208
if err != nil {
209
t.Skip("TPM is not available, skipping the test.")
210
}
211
-
+
212
dataToSeal := []byte("secret")
213
if err := etpm.SealDiskKey(dataToSeal, etpm.DiskKeySealingPCRs); err != nil {
214
t.Errorf("Seal operation failed with err: %v", err)
0 commit comments