Skip to content

Commit

Permalink
Update test for module name as ident.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKindOne committed Sep 8, 2023
1 parent bb83537 commit 3d0a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/IRCSockTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ TEST_F(IRCSockTest, OnErrorMessage) {
EXPECT_THAT(
m_pTestClient->vsLines,
ElementsAre(
":*status!znc@znc.in PRIVMSG me :Error from server: foo bar"));
":*status!status@znc.in PRIVMSG me :Error from server: foo bar"));
}

TEST_F(IRCSockTest, OnInviteMessage) {
Expand Down

0 comments on commit 3d0a102

Please sign in to comment.