fix urls
This commit is contained in:
parent
17bb653939
commit
7332fd6fad
24 changed files with 45 additions and 45 deletions
|
@ -6,10 +6,10 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/genudine/saerro-go/cmd/ws/ingest"
|
||||
"github.com/genudine/saerro-go/store/storemock"
|
||||
"github.com/genudine/saerro-go/translators"
|
||||
"github.com/genudine/saerro-go/types"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/ingest"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/store/storemock"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/translators"
|
||||
"git.sapphic.engineer/ps2.live/saerro-go/types"
|
||||
)
|
||||
|
||||
func mkIngest(t *testing.T) (context.Context, *ingest.Ingest, *storemock.MockPlayerStore, *storemock.MockVehicleStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue