Renamed duplicate method

This commit is contained in:
Kkevsterrr 2019-12-12 23:28:55 -05:00
parent 49658b36d2
commit 350d7f7a53
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ def test_engine_trace():
os.system("curl -m 5 http://example.com?q=ultrasurf")
def test_engine_trace():
def test_engine_drop():
"""
Basic engine test with trace
Basic engine test with drop
"""
# Port to run the engine on
port = 80