Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Dec 7, 2021
1 parent 5e80751 commit 2048151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fix Docker plugins provisioning (#90)
- Upgrade to Grafana 8.3.0 (#93)
- Fix LGTM and Update Panel Options (#95)
- Add Redis CPU Usage panel (#96)

## 2.1.0 (2021-11-10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ describe('RedisCPUPanel', () => {
it('Should set timer and request data with interval', (done) => {
const options = {
interval: 1000,
maxItemsPerSeries: 1000,
maxItemsPerSeries: 1,
};
const wrapper = shallow<RedisCPUPanel>(getComponent({ data, options }));
const testedMethod = jest.spyOn(wrapper.instance(), 'updateData');
Expand Down

0 comments on commit 2048151

Please sign in to comment.