Skip to content

Commit

Permalink
Update test reference to old function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hanson committed Mar 29, 2024
1 parent 1e7dc5f commit 5733ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/__tests__/validateAndSanitizeAppName.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ afterEach(() => {
(print as Mock).mockReset();
});

describe('validateAppName', () => {
describe('validateAndSanitizeAppName', () => {
test('returns the correct camelized application name', async () => {
(input as Mock).mockReturnValue('my_app');
const appName = await validateAndSanitizeAppName(undefined);
Expand Down

0 comments on commit 5733ebe

Please sign in to comment.