Skip to content

Commit

Permalink
Lint TestEndpoints.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 24, 2024
1 parent e49bf9a commit 8bbe3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestEndpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* SPDX-License-Identifier: LicenseRef-w3c-3-clause-bsd-license-2008 OR LicenseRef-w3c-test-suite-license-2023
*/

import {challenge, domain} from './data-generator.js';
import {
createRequestBody,
createVerifyRequestBody
} from './mock.data.js';
import {domain, challenge} from './data-generator.js';
import http from 'http';
import receiveJson from './receive-json.js';

Expand Down

0 comments on commit 8bbe3a7

Please sign in to comment.