Skip to content

Commit e4e89f5

Browse files
test: update wording of text description
Co-authored-by: Henry Mercer <[email protected]>
1 parent 6511785 commit e4e89f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test(`All features are disabled if running against GHES`, async (t) => {
6060
});
6161
});
6262

63-
test(`Features work when run against GHES_dotcom as an environment (proxima stamp)`, async (t) => {
63+
test(`Feature flags are requested in Proxima`, async (t) => {
6464
await withTmpDir(async (tmpDir) => {
6565
const loggedMessages = [];
6666
const features = setUpFeatureFlagTests(

0 commit comments

Comments
 (0)