Skip to content

Commit 0926bc6

Browse files
committed
[Test] Update PC version to 3.12.0 (from 3.11.1) in unit test.
1 parent c94d081 commit 0926bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/feature-flags/__tests__/FeatureFlagsProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe('given a feature flags provider and a list of rules', () => {
155155
})
156156
})
157157

158-
for (const version of ["3.9.0", "3.11.1"]) {
158+
for (const version of ["3.9.0", "3.12.0"]) {
159159
describe(`when the version is ${version}`, () => {
160160
it('should return the list of available features', async () => {
161161
const features = await subject(version, region)

0 commit comments

Comments
 (0)