Skip to content

Commit 63e33d8

Browse files
committed
fix jest tests
1 parent 088d9b7 commit 63e33d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/legacy/plugins/graph/public/angular/services/saved_workspace_references.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ describe('injectReferences', () => {
7878
injectReferences(context, references);
7979
expect(context).toMatchInlineSnapshot(`
8080
Object {
81-
"test": "test",
8281
"id": "1",
82+
"title": "test",
8383
"wsState": "{\\"bar\\":true,\\"indexPattern\\":\\"pattern*\\"}",
8484
}
8585
`);
@@ -93,8 +93,8 @@ Object {
9393
injectReferences(context, []);
9494
expect(context).toMatchInlineSnapshot(`
9595
Object {
96-
"test": "test",
9796
"id": "1",
97+
"title": "test",
9898
}
9999
`);
100100
});

0 commit comments

Comments
 (0)