Rename to match repo name
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"modernc.org/sqlite"
|
||||
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
)
|
||||
|
||||
const sqlSet = `
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"git.hrafn.xyz/aether/notes/internal/models"
|
||||
"git.hrafn.xyz/aether/notes/internal/store/sqlite"
|
||||
"git.hrafn.xyz/aether/gotes/internal/models"
|
||||
"git.hrafn.xyz/aether/gotes/internal/store/sqlite"
|
||||
)
|
||||
|
||||
func TestCreateSQLiteStore(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user