diff --git a/core/modules/views/tests/src/Functional/Update/EnforceAdminThemeOptionUpdateTest.php b/core/modules/views/tests/src/Functional/Update/EnforceAdminThemeOptionUpdateTest.php index 83f4f4d8fa..7ecda74f6a 100644 --- a/core/modules/views/tests/src/Functional/Update/EnforceAdminThemeOptionUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/EnforceAdminThemeOptionUpdateTest.php @@ -38,7 +38,7 @@ public function testViewsPostUpdateEnforceAdminTheme() { ->get('display.page_1.display_options'); // Check that enforce_admin_theme option was added in 'content'. $this->assertArrayHasKey('enforce_admin_theme', $options); - // Check that enforce_admin_theme option is TRUE. + // Check that enforce_admin_theme option is FALSE. $this->assertFalse($options['enforce_admin_theme']); }