Skip to content

Commit

Permalink
test: follow-up to f4fe74d: update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Mar 17, 2024
1 parent f4fe74d commit 72fec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ TEST_F(client, send_noop)
"230 Login successful.",
"200 Type set to: Binary."));

check_reply(client.send_noop(), "200 I successfully done nothin'.");
check_reply(client.send_noop(), "200 I successfully did nothing'.");

check_reply(client.disconnect(), "221 Goodbye.");
}
Expand Down

0 comments on commit 72fec54

Please sign in to comment.