mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Rename missed files
This commit is contained in:
@@ -4,7 +4,7 @@ package db
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
"novamd/internal/secrets"
|
||||
"lemma/internal/secrets"
|
||||
)
|
||||
|
||||
type TestDatabase interface {
|
||||
|
||||
@@ -4,7 +4,7 @@ package handlers_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"novamd/internal/git"
|
||||
"lemma/internal/git"
|
||||
)
|
||||
|
||||
// MockGitClient implements the git.Client interface for testing
|
||||
|
||||
Reference in New Issue
Block a user