diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-18 07:30:20 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-18 07:30:20 +0200 |
commit | 5bf78f40e555b8f379bc4c19c364e93e8af6fefc (patch) | |
tree | 21546d6b0ad0eb625909eb620208779607700734 /tests/unit/plugins/irc/test-irc-join.cpp | |
parent | aac4b384329ecf86f21e0edf0d7a24947287fc86 (diff) | |
download | weechat-5bf78f40e555b8f379bc4c19c364e93e8af6fefc.zip |
tests: fix typo in test name
Diffstat (limited to 'tests/unit/plugins/irc/test-irc-join.cpp')
-rw-r--r-- | tests/unit/plugins/irc/test-irc-join.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/plugins/irc/test-irc-join.cpp b/tests/unit/plugins/irc/test-irc-join.cpp index 6becffc87..57ede5800 100644 --- a/tests/unit/plugins/irc/test-irc-join.cpp +++ b/tests/unit/plugins/irc/test-irc-join.cpp @@ -117,7 +117,7 @@ TEST_GROUP(IrcJoin) * irc_join_compare_join_channel */ -TEST(IrcJoin, CompateJoinChannel) +TEST(IrcJoin, CompareJoinChannel) { struct t_irc_join_channel join_chan1, join_chan2; |