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