File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- module github.com/launchdarkly/go-test-helpers
1+ module github.com/launchdarkly/go-test-helpers/v2
22
33go 1.13
44
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/stretchr/testify/assert"
1111 "github.com/stretchr/testify/require"
1212
13- helpers "github.com/launchdarkly/go-test-helpers"
13+ helpers "github.com/launchdarkly/go-test-helpers/v2 "
1414)
1515
1616func TestChunkedStreamingHandlerSend (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ldservices
33import (
44 "net/http"
55
6- "github.com/launchdarkly/go-test-helpers/httphelpers"
6+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
77)
88
99const (
Original file line number Diff line number Diff line change 44 "bytes"
55 "testing"
66
7- "github.com/launchdarkly/go-test-helpers/httphelpers"
7+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
88 "github.com/stretchr/testify/assert"
99 "github.com/stretchr/testify/require"
1010)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ldservices
33import (
44 "net/http"
55
6- "github.com/launchdarkly/go-test-helpers/httphelpers"
6+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
77)
88
99const serverSideSDKPollingPath = "/sdk/latest-all"
Original file line number Diff line number Diff line change 55 "io/ioutil"
66 "testing"
77
8- "github.com/launchdarkly/go-test-helpers/httphelpers"
8+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
99 "github.com/stretchr/testify/assert"
1010 "github.com/stretchr/testify/require"
1111)
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "fmt"
66
7- "github.com/launchdarkly/go-test-helpers/httphelpers"
7+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
88)
99
1010// KeyedData is an interface for use with ServerSideData as an abstraction for data model objects that
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package ldservices
33import (
44 "net/http"
55
6- "github.com/launchdarkly/go-test-helpers/httphelpers"
6+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
77)
88
99const (
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 "github.com/stretchr/testify/assert"
1111 "github.com/stretchr/testify/require"
1212
13- helpers "github.com/launchdarkly/go-test-helpers"
14- "github.com/launchdarkly/go-test-helpers/httphelpers"
13+ helpers "github.com/launchdarkly/go-test-helpers/v2 "
14+ "github.com/launchdarkly/go-test-helpers/v2/ httphelpers"
1515)
1616
1717func TestServerSideStreamingServiceHandler (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments