This commit is contained in:
Wade Simmons
2026-06-08 11:41:07 -04:00
parent 37b752bb23
commit 90ea6346e9
3 changed files with 26 additions and 20 deletions
+3 -9
View File
@@ -2,12 +2,6 @@
package noiseutil
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestEncryptLockNeeded(t *testing.T) {
assert.False(t, EncryptLockNeeded)
}
// func TestEncryptLockNeeded(t *testing.T) {
// assert.False(t, EncryptLockNeeded)
// }