Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Oct 16, 2024
1 parent 4d6469e commit fea4eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/features/Kubernetes/kubeUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('helper functions', () => {
afterEach(() => {
vi.resetAllMocks();
});
it('should return true id apl flag is true and beta is active', () => {
it('should return true if apl flag is true and beta is active', () => {
vi.mock('@tanstack/react-query', () => ({
useQuery: vi.fn().mockReturnValue({
data: {
Expand Down

0 comments on commit fea4eb8

Please sign in to comment.