fix(test): update test case.

This commit is contained in:
Haojun Liao 2024-05-17 00:39:36 +08:00
parent 149eeecd76
commit 0e08cc16c5
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ TEST(clientCase, projection_query_stables) {
if ( (i / 1000000) > prev) {
printf("%d\n", i);
prev = i;
prev = i/1000000;
}
//printf("%d\n", i);
}