Skip to content

Commit c2c5726

Browse files
Fix date
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 291bd84 commit c2c5726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ describe('GoFeatureFlagProvider', () => {
10771077
});
10781078

10791079
it('Should apply a scheduled rollout step', async () => {
1080+
jest.useRealTimers();
10801081
fetchMock.mockResponseOnce(getConfigurationEndpointResult('scheduled-rollout'), {
10811082
status: 200,
10821083
headers: { 'Content-Type': 'application/json' },

0 commit comments

Comments
 (0)