Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Sep 28, 2023
1 parent ea4866e commit a92dbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/crypto/crypto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func TestX509ToPemCert(t *testing.T) {
wantErr bool
}{
"success": {
cert: &x509.Certificate{},
cert: &x509.Certificate{},
},
// TODO(msanft): Add more test cases with testdata
}
Expand Down
2 changes: 2 additions & 0 deletions joinservice/internal/certcache/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go_library(
deps = [
"//internal/attestation/variant",
"//internal/constants",
"//internal/crypto",
"//internal/logger",
"//joinservice/internal/certcache/amdkds",
"@com_github_google_go_sev_guest//abi",
Expand All @@ -24,6 +25,7 @@ go_test(
deps = [
"//internal/attestation/variant",
"//internal/constants",
"//internal/crypto",
"//internal/logger",
"//joinservice/internal/certcache/testdata",
"@com_github_google_go_sev_guest//abi",
Expand Down

0 comments on commit a92dbef

Please sign in to comment.