mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 08:24:27 +00:00
Rename app to Lemma
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
"novamd/internal/logging"
|
||||
"lemma/internal/logging"
|
||||
)
|
||||
|
||||
// Service is an interface for encrypting and decrypting strings
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"novamd/internal/secrets"
|
||||
_ "novamd/internal/testenv"
|
||||
"lemma/internal/secrets"
|
||||
_ "lemma/internal/testenv"
|
||||
)
|
||||
|
||||
func TestValidateKey(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user