Skip to content

Commit

Permalink
Update azkustoingest/file_options_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: ohad bitton <32278684+ohadbitt@users.noreply.github.com>
  • Loading branch information
AsafMah and ohadbitt committed Jun 17, 2024
1 parent a286947 commit 76d6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kusto/ingest/file_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestFileFormatAndMapping(t *testing.T) {
expectedMappingType: JSON,
},
{
desc: "Test multijson with before",
desc: "Test multijson with with FileFormat set before",
options: []FileOption{FileFormat(MultiJSON), IngestionMapping("mapping", MultiJSON)},
source: FromFile,
expectedFormat: MultiJSON,
Expand Down

0 comments on commit 76d6da2

Please sign in to comment.