Skip to content

Commit

Permalink
refs #38: refactor adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
CityBear3 committed Jan 15, 2024
1 parent b875afe commit 2b9785d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/usecase/archive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import (
"context"
"testing"

mock_repository "github.com/CityBear3/satellite/internal/adaptor/gateway/repository/mock"
"github.com/CityBear3/satellite/internal/adaptor/repository/mock"
"github.com/CityBear3/satellite/internal/domain/entity"
"github.com/CityBear3/satellite/internal/domain/primitive"
"github.com/CityBear3/satellite/internal/domain/primitive/archive"
"github.com/CityBear3/satellite/internal/domain/primitive/device"
"github.com/CityBear3/satellite/internal/usecase"
mock_usecase "github.com/CityBear3/satellite/internal/usecase/mock"
"github.com/CityBear3/satellite/internal/usecase/mock"
"github.com/stretchr/testify/assert"
"go.uber.org/mock/gomock"
)
Expand Down

0 comments on commit 2b9785d

Please sign in to comment.