Skip to content

Commit

Permalink
chore: fix unit test header
Browse files Browse the repository at this point in the history
  • Loading branch information
akshbhu committed Mar 24, 2023
1 parent 3a460e7 commit d1866db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const mockContext = {
describe('print migration warning tests', () => {
beforeEach(() => jest.clearAllMocks());

it('no migration message when there are no override and custom resources', async () => {
it('no migration message when detector failed for some reason', async () => {
const resourcesToBeCreated = [
{
category: 'function',
Expand Down

0 comments on commit d1866db

Please sign in to comment.