Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jul 19, 2023
1 parent baf90d4 commit 8f0fc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azkustoingest/internal/queued/queued_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"compress/gzip"
"context"
"fmt"
"github.com/Azure/azure-kusto-go/azkustoingest/internal/utils"
"io"
"os"
"testing"

"github.com/Azure/azure-kusto-go/azkustodata/errors"
"github.com/Azure/azure-kusto-go/azkustoingest/internal/properties"
"github.com/Azure/azure-kusto-go/kusto/ingest/internal/utils"
"github.com/stretchr/testify/assert"

"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"
Expand Down

0 comments on commit 8f0fc24

Please sign in to comment.