Skip to content

Commit

Permalink
resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Oct 7, 2024
1 parent a87ad8c commit fb67eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/errorHandling/ResponseErrorsContainer.test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Developed collaboratively using AI (GitHub Copilot) */

import { ERROR_CODE_GENERIC } from '../../constants';
import { ResponseErrorsContainer } from './ResponseErrorsContainer';
import { ResponseErrorContainer } from './ResponseErrorContainer';
import { ResponseErrorsContainer } from './ResponseErrorsContainer';

describe('ResponseErrorsContainer', () => {
let mockResponse; let mockResponseBody; let
Expand Down

0 comments on commit fb67eb2

Please sign in to comment.