Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
  • Loading branch information
Chris Martin committed May 22, 2024
1 parent 4769045 commit ca7e43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/armada/event/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ package event

import (
"context"
"github.com/armadaproject/armada/internal/common/database/lookout"
"github.com/jackc/pgx/v5/pgxpool"
"testing"
"time"

"github.com/gogo/protobuf/proto"
"github.com/gogo/protobuf/types"
"github.com/google/uuid"
"github.com/jackc/pgx/v5/pgxpool"
"github.com/redis/go-redis/v9"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand All @@ -23,6 +22,7 @@ import (
"github.com/armadaproject/armada/internal/common/auth"
"github.com/armadaproject/armada/internal/common/auth/permission"
"github.com/armadaproject/armada/internal/common/compress"
"github.com/armadaproject/armada/internal/common/database/lookout"
"github.com/armadaproject/armada/pkg/api"
"github.com/armadaproject/armada/pkg/armadaevents"
"github.com/armadaproject/armada/pkg/client/queue"
Expand Down

0 comments on commit ca7e43f

Please sign in to comment.