Skip to content

Commit a39f5ad

Browse files
committed
update
1 parent 498f128 commit a39f5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/format/sam_file_format_test_template.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ TYPED_TEST_P(sam_file_read, select_fields)
238238

239239
using record_t =
240240
bio::detail::record_from_typelist<std::remove_cvref_t<decltype(fid)>, std::remove_cvref_t<decltype(ftype)>>;
241-
bio::map_io::reader_options default_options{};
241+
bio::map_io::reader_options default_options{.field_ids = fid, .field_types = ftype};
242242
bio::format_input_handler<bio::sam> input_handler{istream, default_options};
243243
record_t rec;
244244

0 commit comments

Comments
 (0)