Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Dec 21, 2021
1 parent 498f128 commit a39f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/format/sam_file_format_test_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ TYPED_TEST_P(sam_file_read, select_fields)

using record_t =
bio::detail::record_from_typelist<std::remove_cvref_t<decltype(fid)>, std::remove_cvref_t<decltype(ftype)>>;
bio::map_io::reader_options default_options{};
bio::map_io::reader_options default_options{.field_ids = fid, .field_types = ftype};
bio::format_input_handler<bio::sam> input_handler{istream, default_options};
record_t rec;

Expand Down

0 comments on commit a39f5ad

Please sign in to comment.