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:
@@ -53,7 +53,7 @@ TEST_GROUP(CoreEval)
|
||||
* eval_is_true
|
||||
*/
|
||||
|
||||
TEST(CoreEval, Boolean)
|
||||
TEST(CoreEval, IsTrue)
|
||||
{
|
||||
/* false */
|
||||
LONGS_EQUAL(0, eval_is_true (NULL));
|
||||
|
||||
Reference in New Issue
Block a user