fix: typo in drogon_test.h (#1419)

This commit is contained in:
Kushal-Chandar 2022-10-24 09:41:29 +05:30 committed by GitHub
parent 29c67565a3
commit 37a10318ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -780,7 +780,7 @@ static int run(int argc, char** argv)
if (!TEST_FLAG_) \
ERROR_MSG(func_name, expr) \
<< "With expecitation\n" \
<< " Expected to throw an exception. But non are " \
<< " Expected to throw an exception. But none are " \
"thrown.\n\n"; \
} while (0);