Skip to content

Commit aa2a26d

Browse files
committed
remove duplicated file names in synchro
1 parent 669ff0a commit aa2a26d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tools/synchro.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,13 @@ def async_only_test(f: str) -> bool:
214214
"test_dns.py",
215215
"test_encryption.py",
216216
"test_examples.py",
217-
"test_heartbeat_monitoring.py",
218-
"test_index_management.py",
219217
"test_grid_file.py",
220218
"test_gridfs.py",
221-
"test_load_balancer.py",
222-
"test_json_util_integration.py",
223219
"test_gridfs_spec.py",
220+
"test_heartbeat_monitoring.py",
221+
"test_index_management.py",
224222
"test_json_util_integration.py",
223+
"test_load_balancer.py",
225224
"test_logger.py",
226225
"test_max_staleness.py",
227226
"test_monitoring.py",

0 commit comments

Comments
 (0)