Skip to content

Commit

Permalink
Update tests/basic_tests.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yagiz Nizipli <[email protected]>
  • Loading branch information
mertcanaltin and anonrig authored Jan 5, 2025
1 parent 51d283c commit 43aa8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ TYPED_TEST(basic_tests, insane_url) {
ASSERT_EQ(r->get_hostname(), "");
ASSERT_EQ(r->get_port(), "");
ASSERT_EQ(r->get_pathname(), "@EEEEEEEEEE");
ASSERT_TRUE(r->is_valid);
ASSERT_FALSE(r->set_port("invalid80"));
ASSERT_TRUE(r->is_valid);
SUCCEED();
}

Expand Down

0 comments on commit 43aa8c6

Please sign in to comment.