mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-16 21:11:29 -04:00
tests: fix copy-paste bug checking mid_high instead of highest
This commit is contained in:
@@ -332,7 +332,7 @@ test_context_merge_fs (void)
|
||||
|
||||
g_assert_true (g_hash_table_lookup_extended (highest->filesystems, "host", NULL, &value));
|
||||
g_assert_cmpint (GPOINTER_TO_INT (value), ==, FLATPAK_FILESYSTEM_MODE_NONE);
|
||||
g_assert_false (g_hash_table_lookup_extended (mid_high->filesystems, "host-reset", NULL, NULL));
|
||||
g_assert_false (g_hash_table_lookup_extended (highest->filesystems, "host-reset", NULL, NULL));
|
||||
g_assert_false (g_hash_table_lookup_extended (highest->filesystems, "/one", NULL, NULL));
|
||||
g_assert_false (g_hash_table_lookup_extended (highest->filesystems, "/two", NULL, NULL));
|
||||
g_assert_false (g_hash_table_lookup_extended (highest->filesystems, "/three", NULL, NULL));
|
||||
|
||||
Reference in New Issue
Block a user