Skip to content

Commit

Permalink
renaming files
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Jun 29, 2018
1 parent 452de10 commit 6bf3515
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { getSpacesQueryFilters } from './query_params';
import { getSpacesQueryFilters } from './query_filters';

test('returns no parameters when no types are provided', () => {
expect(getSpacesQueryFilters('space_1', [])).toEqual([]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { DEFAULT_SPACE_ID } from '../../../common/constants';
import { isTypeSpaceAware } from './lib/is_type_space_aware';
import { getSpacesQueryFilters } from './lib/query_params';
import { getSpacesQueryFilters } from './lib/query_filters';

export class SpacesSavedObjectsClient {
constructor(options) {
Expand Down

0 comments on commit 6bf3515

Please sign in to comment.