Skip to content

Commit

Permalink
ml mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Sep 24, 2019
1 parent 9143806 commit 8e229bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const time = {

export const uiTimefilterMock = {
isAutoRefreshSelectorEnabled() {
return this.isAutoRefreshSelectorEnabled;
return this._isAutoRefreshSelectorEnabled;
},
isTimeRangeSelectorEnabled() {
return this.isTimeRangeSelectorEnabled;
return this._isTimeRangeSelectorEnabled;
},
enableAutoRefreshSelector() {
this._isAutoRefreshSelectorEnabled = true;
Expand Down

0 comments on commit 8e229bd

Please sign in to comment.