Skip to content

Commit

Permalink
fix: use v8 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyPettersson85 committed Feb 13, 2023
1 parent dcd783e commit a9406ad
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion activity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestActivityMarshalUnmarshalJSON(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion aggregated_feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestAggregatedFeedGetActivities(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion analytics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestAnalyticsTrackEngagement(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestHeaders(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion collections_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestCollectionRefHelpers(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion enriched_activities_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestEnrichedActivityUnmarshalJSON(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/stretchr/testify/assert"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestErrorUnmarshal(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestFeedID(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion flat_feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestFlatFeedGetActivities(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion notification_feed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestGetNotificationActivities(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion reactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestGetReaction(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestDurationMarshalUnmarshalJSON(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func TestUserRefHelpers(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

stream "github.com/GetStream/stream-go2/v7"
stream "github.com/GetStream/stream-go2/v8"
)

func init() {
Expand Down

0 comments on commit a9406ad

Please sign in to comment.