Skip to content

Commit

Permalink
Fix csv_reader_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 28, 2024
1 parent 431b2da commit 3a96492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/src/csv_reader_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEST_CASE("test csv_reader buffered read")
2017-01-09,0.0062,0.0075,0.0083,0.011
2017-01-08,0.0063,0.0076,0.0084,0.0112
2017-01-08,0.0063,0.0076,0.0084,0.0112
)";
)";

jsoncons::json_decoder<jsoncons::ojson> decoder;
auto options = csv::csv_options{}
Expand Down

0 comments on commit 3a96492

Please sign in to comment.