Skip to content

Commit

Permalink
remove unneeded mock
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Mar 7, 2024
1 parent 78a0cd4 commit 4ee293d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
38 changes: 0 additions & 38 deletions ee/secureenclavesigner/mocks/persister.go

This file was deleted.

1 change: 1 addition & 0 deletions ee/secureenclavesigner/secureenclavesigner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func TestSecureEnclaveSigner(t *testing.T) {
}

// put the root dir somewhere else if you want to persist the signed macos app bundle
// should build this into make at some point
// rootDir := "/tmp/secure_enclave_test"

rootDir := t.TempDir()
Expand Down

0 comments on commit 4ee293d

Please sign in to comment.