mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -98,7 +98,7 @@ describe('server', () => {
|
||||
expect(endMock).toHaveBeenLastCalledWith('OK');
|
||||
});
|
||||
|
||||
test('reponds with a 404 when not found', () => {
|
||||
test('responds with a 404 when not found', () => {
|
||||
const endMock = jest.fn();
|
||||
const writeHeadMock = jest.fn();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user