Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMurkin committed Aug 21, 2023
1 parent 1563825 commit 0ec5af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/armada/repository/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"testing"
"time"

"github.com/armadaproject/armada/internal/armada/repository/sequence"
"github.com/go-redis/redis"
"github.com/gogo/protobuf/proto"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"

"github.com/armadaproject/armada/internal/armada/repository/sequence"
"github.com/armadaproject/armada/internal/common/compress"
"github.com/armadaproject/armada/pkg/api"
"github.com/armadaproject/armada/pkg/armadaevents"
Expand Down Expand Up @@ -176,7 +176,6 @@ func TestRead(t *testing.T) {
assert.True(t, lastMessageId.IsAfter(offSetId))
assert.Equal(t, 0, len(events))
})

}

func TestGetLastId(t *testing.T) {
Expand Down

0 comments on commit 0ec5af3

Please sign in to comment.