Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 26, 2020
1 parent ceff040 commit 1d8d58f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ describe('Observability dashboard data', () => {
appLink: '/app/apm',
stats: {
services: {
type: 'number',
label: 'Services',
value: 10,
},
transactions: {
type: 'number',
label: 'Transactions',
value: 6,
color: '#6092c0',
Expand Down Expand Up @@ -95,10 +97,12 @@ describe('Observability dashboard data', () => {
appLink: '/app/apm',
stats: {
services: {
type: 'number',
label: 'Services',
value: 0,
},
transactions: {
type: 'number',
label: 'Transactions',
value: 0,
color: '#6092c0',
Expand Down

0 comments on commit 1d8d58f

Please sign in to comment.