Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Jun 28, 2024
1 parent e1af2f4 commit bde788d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/core/operations/rooms/remove/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ import (
"context"
"errors"
"fmt"
porterrors "github.com/topfreegames/maestro/internal/core/ports/errors"
"testing"

serviceerrors "github.com/topfreegames/maestro/internal/core/services/errors"

"github.com/golang/mock/gomock"
"github.com/google/uuid"
"github.com/stretchr/testify/require"
porterrors "github.com/topfreegames/maestro/internal/core/ports/errors"
mockports "github.com/topfreegames/maestro/internal/core/ports/mock"
serviceerrors "github.com/topfreegames/maestro/internal/core/services/errors"

"github.com/topfreegames/maestro/internal/core/entities/game_room"
"github.com/topfreegames/maestro/internal/core/entities/operation"
Expand Down

0 comments on commit bde788d

Please sign in to comment.