Skip to content

Commit

Permalink
just rerun unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Jan 7, 2025
1 parent d31f888 commit 0562d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/__tests__/useFeatureFlag.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('useFeatureFlag', () => {
});
});

it('should refresh flags when refresh is called', async () => {
it('should refresh the flags when refresh is called', async () => {
const { result, waitForNextUpdate } = renderHook(() => useFeatureFlag('display_planner'));

await waitForNextUpdate();
Expand Down

0 comments on commit 0562d59

Please sign in to comment.