Skip to content

Commit

Permalink
update test expected output: nameless indexes no longer written
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Jun 27, 2023
1 parent d75e1ac commit a3be26e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/output.csv.expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
,thing,foo,bar,baz,qux,number,zz
1,bar,10,2,1,4,232,0.08620689655172414
2,baz,11,3,2,1,565,0.0584070796460177
3,qux,12,9,8,7,999,0.10810810810810811
thing,foo,bar,baz,qux,number,zz
bar,10,2,1,4,232,0.08620689655172414
baz,11,3,2,1,565,0.0584070796460177
qux,12,9,8,7,999,0.10810810810810811

0 comments on commit a3be26e

Please sign in to comment.