Commit e0173a55 authored by Patrick Chen's avatar Patrick Chen

fix wording

parent 4f2d576e
......@@ -122,7 +122,7 @@ void Tester::run() noexcept
const auto report = createReport(response, expectation);
if (report.pass) {
std::cout << "[PASS] run command: " << expectation.name_ << std::endl;
std::cout << "[PASSED] run command: " << expectation.name_ << std::endl;
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment