Skip to content

Commit

Permalink
Fixed test. refs: #279
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed Nov 19, 2021
1 parent d5ec233 commit c040085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arki/dataset/maintenance-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ void CheckTest<TestFixture>::register_tests()
{
auto checker(f.makeSegmentedChecker());
ReporterExpected e;
e.report.emplace_back("testds", "repack", "0 files ok");
e.report.emplace_back("testds", "repack", "3 files ok");
wassert(actual(checker.get()).repack(e, true));
}
});
Expand Down

0 comments on commit c040085

Please sign in to comment.