Skip to content

Commit

Permalink
update throttle test (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlie-777 committed Feb 2, 2023
1 parent c920fb7 commit 3f96976
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export class ThrottleMgrTest extends AITestClass {
} as IThrottleLimit,
interval: {
monthInterval: 1,
dayInterval: date.getUTCDate()
dayInterval: 1
} as IThrottleInterval
} as IThrottleMgrConfig;

Expand Down

0 comments on commit 3f96976

Please sign in to comment.