Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 24, 2020
1 parent 133d263 commit f8dbc9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// eslint-disable-next-line max-classes-per-file
import { FIELD_ORIGIN } from '../../../../../../common/constants';
import { FIELD_ORIGIN, LAYER_STYLE_TYPE } from '../../../../../../common/constants';
import { StyleMeta } from '../../style_meta';
import {
CategoryFieldMeta,
Expand Down Expand Up @@ -44,7 +44,7 @@ export class MockStyle implements IStyle {
}

getType() {
return 'mockStyle';
return LAYER_STYLE_TYPE.VECTOR;
}

getStyleMeta(): StyleMeta {
Expand Down

0 comments on commit f8dbc9d

Please sign in to comment.