Skip to content

Commit

Permalink
fix snapshot conflict between #139814 and #139696
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 1, 2022
1 parent 6dec17a commit d83720f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('useColumnSettings()', () => {
},
Object {
"displayAsText": "Indicator",
"id": "display_name",
"id": "threat.indicator.name",
},
Object {
"displayAsText": "Indicator type",
Expand All @@ -52,7 +52,7 @@ describe('useColumnSettings()', () => {
expect(result.current.columnVisibility.visibleColumns).toMatchInlineSnapshot(`
Array [
"@timestamp",
"display_name",
"threat.indicator.name",
"threat.indicator.type",
"threat.feed.name",
"threat.indicator.first_seen",
Expand Down Expand Up @@ -133,7 +133,7 @@ describe('useColumnSettings()', () => {
expect(result.current.columnVisibility.visibleColumns).toMatchInlineSnapshot(`
Array [
"@timestamp",
"display_name",
"threat.indicator.name",
"threat.indicator.type",
"threat.feed.name",
"threat.indicator.first_seen",
Expand All @@ -148,7 +148,7 @@ describe('useColumnSettings()', () => {
},
Object {
"displayAsText": "Indicator",
"id": "display_name",
"id": "threat.indicator.name",
},
Object {
"displayAsText": "Indicator type",
Expand Down Expand Up @@ -176,7 +176,7 @@ describe('useColumnSettings()', () => {
expect(result.current.columnVisibility.visibleColumns).toMatchInlineSnapshot(`
Array [
"@timestamp",
"display_name",
"threat.indicator.name",
"threat.indicator.type",
"threat.feed.name",
"threat.indicator.first_seen",
Expand All @@ -192,7 +192,7 @@ describe('useColumnSettings()', () => {
},
Object {
"displayAsText": "Indicator",
"id": "display_name",
"id": "threat.indicator.name",
},
Object {
"displayAsText": "Indicator type",
Expand Down Expand Up @@ -224,7 +224,7 @@ describe('useColumnSettings()', () => {
expect(result.current.columnVisibility.visibleColumns).toMatchInlineSnapshot(`
Array [
"@timestamp",
"display_name",
"threat.indicator.name",
"threat.indicator.type",
"threat.feed.name",
"threat.indicator.first_seen",
Expand All @@ -239,7 +239,7 @@ describe('useColumnSettings()', () => {
},
Object {
"displayAsText": "Indicator",
"id": "display_name",
"id": "threat.indicator.name",
},
Object {
"displayAsText": "Indicator type",
Expand Down

0 comments on commit d83720f

Please sign in to comment.