Skip to content

Commit

Permalink
Updated snapshots to fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
adcoelho committed Oct 20, 2022
1 parent 4e233ca commit e8b1e9c
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "assignees",
Expand Down Expand Up @@ -130,6 +131,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "assignees",
Expand Down Expand Up @@ -199,6 +201,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "assignees",
Expand Down Expand Up @@ -262,6 +265,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "tags",
Expand Down Expand Up @@ -331,6 +335,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "tags",
Expand Down Expand Up @@ -398,6 +403,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "tags",
Expand Down Expand Up @@ -464,6 +470,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "tags",
Expand Down Expand Up @@ -529,6 +536,7 @@ describe('useCasesColumns ', () => {
Object {
"name": "Name",
"render": [Function],
"width": "20%",
},
Object {
"field": "tags",
Expand Down

0 comments on commit e8b1e9c

Please sign in to comment.