mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
fix test
This commit is contained in:
parent
3d1994747a
commit
f06fead44f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static void test_get_transfer_url_bigfile( void **state ) {
|
|||
list = hbf_init_transfer( url );
|
||||
assert_non_null( list );
|
||||
|
||||
list->block_size = (1024*1024); /* block size 1 MB */
|
||||
list->threshold = list->block_size = (1024*1024); /* block size 1 MB */
|
||||
|
||||
/* open a file */
|
||||
fd = open( test_file("church.jpg"), O_RDONLY );
|
||||
|
|
Loading…
Reference in a new issue