tests: Update the expected count in file test

We added another desktop file, so update the file count.
This commit is contained in:
Krzesimir Nowak 2021-01-09 16:00:46 +01:00
parent cdf0a50c69
commit a2525129a7

View File

@ -1041,7 +1041,7 @@ test_measure (void)
if (size > 0)
g_assert_cmpuint (num_bytes, ==, size);
g_assert_cmpuint (num_dirs, ==, 6);
g_assert_cmpuint (num_files, ==, 31);
g_assert_cmpuint (num_files, ==, 32);
g_object_unref (file);
g_free (path);
@ -1131,7 +1131,7 @@ test_measure_async (void)
g_free (path);
data->expected_dirs = 6;
data->expected_files = 31;
data->expected_files = 32;
g_file_measure_disk_usage_async (file,
G_FILE_MEASURE_APPARENT_SIZE,