Skip to content

Commit 68916f1

Browse files
committed
update mocks for cf
1 parent a2ff487 commit 68916f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connector_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func TestNewConnector(t *testing.T) {
8989
WithHTTPPath(httpPath),
9090
)
9191
expectedCloudFetchConfig := config.CloudFetchConfig{
92-
UseCloudFetch: false,
92+
UseCloudFetch: true,
9393
MaxDownloadThreads: 10,
9494
MaxFilesInMemory: 10,
9595
MinTimeToExpiry: 0 * time.Second,
@@ -130,7 +130,7 @@ func TestNewConnector(t *testing.T) {
130130
WithRetries(-1, 0, 0),
131131
)
132132
expectedCloudFetchConfig := config.CloudFetchConfig{
133-
UseCloudFetch: false,
133+
UseCloudFetch: true,
134134
MaxDownloadThreads: 10,
135135
MaxFilesInMemory: 10,
136136
MinTimeToExpiry: 0 * time.Second,

0 commit comments

Comments
 (0)