Skip to content

Commit

Permalink
TEMP: break a test
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Feb 14, 2025
1 parent 259a12a commit 02e7b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/hostport.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static result getHostAndPort(const char* hostAndPort)

TEST(HostPost, localDisplay)
{
EXPECT_EQ(getHostAndPort(":5"), result({"localhost", 5905}));
EXPECT_EQ(getHostAndPort(":5"), result({"lodalhost", 5905}));
}

TEST(HostPost, noDisplay)
Expand Down

0 comments on commit 02e7b08

Please sign in to comment.