From 05bca54402fd346d5bb6baa7078a0b6e12cbb926 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 12 Feb 2026 17:37:10 +0000 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/feature-flags.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature-flags.test.ts b/src/feature-flags.test.ts index df9706fb1..6632cf252 100644 --- a/src/feature-flags.test.ts +++ b/src/feature-flags.test.ts @@ -38,7 +38,7 @@ test.beforeEach(() => { const testRepositoryNwo = parseRepositoryNwo("github/example"); -test(`All features are disabled if running against GHES`, async (t) => { +test(`All features use default values if running against GHES`, async (t) => { await withTmpDir(async (tmpDir) => { const loggedMessages: LoggedMessage[] = []; const features = setUpFeatureFlagTests(