Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Sep 22, 2022
1 parent 00cd012 commit ba240d3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
SearchSessionSavedObjectAttributesPre$7$13$0,
SearchSessionSavedObjectAttributesPre$7$14$0,
SearchSessionSavedObjectAttributesPre$8$0$0,
SearchSessionSavedObjectAttributesPre$8$5$0,
SearchSessionSavedObjectAttributesPre$8$6$0,
} from './search_session_migration';
import { SavedObject } from '@kbn/core/types';
import { SEARCH_SESSION_TYPE, SearchSessionStatus, SearchStatus } from '../../../common';
Expand Down Expand Up @@ -358,10 +358,10 @@ describe('7.14.0 -> 8.0.0', () => {
});
});

describe('8.0.0 -> 8.5.0', () => {
const migration = searchSessionSavedObjectMigrations['8.5.0'];
describe('8.0.0 -> 8.6.0', () => {
const migration = searchSessionSavedObjectMigrations['8.6.0'];

const mockSessionSavedObject: SavedObject<SearchSessionSavedObjectAttributesPre$8$5$0> = {
const mockSessionSavedObject: SavedObject<SearchSessionSavedObjectAttributesPre$8$6$0> = {
id: 'id',
type: SEARCH_SESSION_TYPE,
attributes: {
Expand Down

0 comments on commit ba240d3

Please sign in to comment.