fix: typo in drogon_test.h (#1419)
This commit is contained in:
parent
29c67565a3
commit
37a10318ff
|
@ -780,7 +780,7 @@ static int run(int argc, char** argv)
|
||||||
if (!TEST_FLAG_) \
|
if (!TEST_FLAG_) \
|
||||||
ERROR_MSG(func_name, expr) \
|
ERROR_MSG(func_name, expr) \
|
||||||
<< "With expecitation\n" \
|
<< "With expecitation\n" \
|
||||||
<< " Expected to throw an exception. But non are " \
|
<< " Expected to throw an exception. But none are " \
|
||||||
"thrown.\n\n"; \
|
"thrown.\n\n"; \
|
||||||
} while (0);
|
} while (0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue