Skip to content

Commit

Permalink
Fix formatting issue for flatten_json_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yosiat committed Oct 4, 2022
1 parent 5581a54 commit e73c855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flatten_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func TestFJSkippingBlocks(t *testing.T) {
)
}


func TestFJ10Lines(t *testing.T) {
geo := fakeMatcher("type", "geometry")
testTrackerSelection(t, newJSONFlattener(), geo, "L0", "testdata/cl-sample-0", []string{"type", "geometry\ntype"}, []string{`"Feature"`, `"Polygon"`})
Expand Down

0 comments on commit e73c855

Please sign in to comment.