Skip to content

Commit

Permalink
chore: fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VolcanoCookies authored and birme committed May 29, 2023
1 parent 76836e1 commit 463066a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/manifests/utils/corruptions/throttle.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import statusCodeConfig from './statusCode';
import throttleConfig from './throttle';

describe('manifest.utils.corruptions.throttle', () => {
Expand Down Expand Up @@ -113,7 +112,9 @@ describe('manifest.utils.corruptions.throttle', () => {
it('should handle illegal characters in query object', () => {
// Arrange
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const throttleValue = [{ rate: 'hehe', i: false, sq: { he: 'he' } }] as any;
const throttleValue = [
{ rate: 'hehe', i: false, sq: { he: 'he' } }
] as any;

// Act
const actual = getManifestConfigs(throttleValue);
Expand Down

0 comments on commit 463066a

Please sign in to comment.