Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bverbeken committed Oct 4, 2024
1 parent ab4c75b commit 09cbabb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions events_test/put_objects_up_for_resale_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package events

import (
"github.com/seatsio/seatsio-go/v7"
"github.com/seatsio/seatsio-go/v7/events"
"github.com/seatsio/seatsio-go/v7/test_util"
"github.com/seatsio/seatsio-go/v8"
"github.com/seatsio/seatsio-go/v8/events"
"github.com/seatsio/seatsio-go/v8/test_util"
"github.com/stretchr/testify/require"
"testing"
)
Expand Down

0 comments on commit 09cbabb

Please sign in to comment.