Skip to content

Commit a302086

Browse files
committed
fix gds test case
Signed-off-by: Effi Ofer <effi.ofer@gmail.com>
1 parent ad81c32 commit a302086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kv_connectors/llmd_fs_backend/tests/test_gds_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_gds_roundtrip(
147147
write_block_ids=block_ids,
148148
gpu_blocks_per_file=gpu_blocks_per_file,
149149
threads_per_gpu=threads_per_gpu,
150-
backend="POSIX_GDS",
150+
backend="GDS",
151151
)
152152

153153
print(

0 commit comments

Comments
 (0)