Skip to content

Commit 18596db

Browse files
committed
fix
1 parent ea02851 commit 18596db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: test/api/layout/input_test.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ TEST(layout_test, read_single_layout)
7979
auto chopper_config = std::move(std::get<1>(tuple));
8080
auto hibf_layouts = std::move(std::get<2>(tuple));
8181
#else
82-
auto [filenames, chopper_config, hibf_layouts] = chopper::layout::read_layout_file(ss);
82+
auto [filenames, chopper_config, layout] = chopper::layout::read_layout_file(ss);
8383
#endif
8484

85-
auto layout = hibf_layouts[0];
86-
8785
EXPECT_EQ(layout.top_level_max_bin_id, 111);
8886
EXPECT_EQ(layout.max_bins[0], (seqan::hibf::layout::layout::max_bin{{0}, 0}));
8987
EXPECT_EQ(layout.max_bins[1], (seqan::hibf::layout::layout::max_bin{{2}, 2}));

0 commit comments

Comments
 (0)