diff --git a/tests/test_requests_html.py b/tests/test_requests_html.py
index d70f03d..1607336 100644
--- a/tests/test_requests_html.py
+++ b/tests/test_requests_html.py
@@ -70,9 +70,8 @@ def test_html_loading():
def test_links():
- assert not("#test".startswith('#') and True) is True
+ assert not("#test".startswith('#') and True) is False
assert not("test".startswith('#') and True) is True
-
assert not("#test".startswith('#') and False) is True
assert not("test".startswith('#') and False) is True