From a4d628b7572b05d42146c975719d89e37a275ae9 Mon Sep 17 00:00:00 2001 From: Eero Date: Sat, 17 Feb 2024 20:52:44 +0800 Subject: [PATCH] simple minimax --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 02347f4..674888f 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -26,7 +26,7 @@ async def stream_fetch(): ] # test index - index = 0 + index = 3 host = "localhost" port = 8000