Skip to content

Commit

Permalink
✅ Fix tests after ishidden removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Sep 7, 2022
1 parent 64535f2 commit 77b5598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe('Event Annotation Service', () => {
lineStyle: ['solid'],
icon: ['triangle'],
textVisibility: [false],
isHidden: [false],
},
},
],
Expand Down Expand Up @@ -121,7 +120,6 @@ describe('Event Annotation Service', () => {
label: ['Hello'],
color: ['#F04E981A'],
outside: [false],
isHidden: [false],
},
},
],
Expand Down Expand Up @@ -159,7 +157,6 @@ describe('Event Annotation Service', () => {
icon: ['triangle'],
textVisibility: [false],
textField: [],
isHidden: [false],
filter: [
{
chain: [
Expand Down Expand Up @@ -230,7 +227,6 @@ describe('Event Annotation Service', () => {
lineStyle: ['solid'],
icon: ['triangle'],
textVisibility: [false],
isHidden: [false],
},
},
],
Expand All @@ -248,7 +244,6 @@ describe('Event Annotation Service', () => {
label: ['Hello Range'],
color: ['#F04E981A'],
outside: [false],
isHidden: [false],
},
},
],
Expand All @@ -269,7 +264,6 @@ describe('Event Annotation Service', () => {
icon: ['triangle'],
textVisibility: [false],
textField: [],
isHidden: [false],
filter: [
{
chain: [
Expand Down Expand Up @@ -332,7 +326,6 @@ describe('Event Annotation Service', () => {
icon: ['triangle'],
textVisibility: [textVisibility],
textField: expected ? [expected] : [],
isHidden: [false],
filter: [
{
chain: [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77b5598

Please sign in to comment.