1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

tests: fix name of some unit tests

This commit is contained in:
Sébastien Helleu
2020-08-05 07:28:30 +02:00
parent 00c34b0ba8
commit 36c55f6973
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ TEST_GROUP(CoreEval)
* eval_is_true
*/
TEST(CoreEval, Boolean)
TEST(CoreEval, IsTrue)
{
/* false */
LONGS_EQUAL(0, eval_is_true (NULL));