We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af462b0 commit 69d7436Copy full SHA for 69d7436
server/test/framework/CLI_Tests.cpp
@@ -91,7 +91,7 @@ namespace {
91
void checkCoverageDirectory() {
92
FileSystemUtils::RecursiveDirectoryIterator directoryIterator(suitePath /
93
resultsDirectoryName);
94
- EXPECT_EQ(directoryIterator.size(), 1);
+ EXPECT_EQ(directoryIterator.size(), 2);
95
for (auto &&it : directoryIterator) {
96
EXPECT_TRUE(it.is_regular_file());
97
}
0 commit comments