mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 04:23:16 +00:00
chore: tweak version utils
This commit is contained in:
@ -8,8 +8,8 @@ import (
|
||||
|
||||
"github.com/joho/godotenv"
|
||||
|
||||
"github.com/yourselfhosted/slash/server/common"
|
||||
"github.com/yourselfhosted/slash/server/profile"
|
||||
"github.com/yourselfhosted/slash/server/version"
|
||||
)
|
||||
|
||||
func getUnusedPort() int {
|
||||
@ -45,7 +45,7 @@ func GetTestingProfile(t *testing.T) *profile.Profile {
|
||||
Data: dir,
|
||||
DSN: dsn,
|
||||
Driver: driver,
|
||||
Version: version.GetCurrentVersion(mode),
|
||||
Version: common.GetCurrentVersion(mode),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user