mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fail test for travis
This commit is contained in:
parent
c9a45d4d9d
commit
4c1634610c
@ -27,7 +27,7 @@ void cmd_alias_add_shows_usage_when_no_args(void **state)
|
||||
expect_cons_show("Usage: some usage");
|
||||
|
||||
gboolean result = cmd_alias(args, *help);
|
||||
assert_true(result);
|
||||
assert_false(result);
|
||||
|
||||
free(help);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user