Skip to content

Commit

Permalink
correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 1, 2024
1 parent e678cee commit d5b9ed7
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions src/test/Archives/AllTargetsArchivedRecordingsTable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,42 +76,42 @@ const mockTargetsAndCountsResponse = {
data: {
targetNodes: [
{
recordings: {
archived: {
aggregate: {
count: mockCount1,
},
},
},
target: {
alias: mockAlias1,
serviceUri: mockConnectUrl1,
},
},
{
recordings: {
archived: {
aggregate: {
count: mockCount2,
connectUrl: mockConnectUrl1,
recordings: {
archived: {
aggregate: {
count: mockCount1,
},
},
},
},
target: {
alias: mockAlias2,
serviceUri: mockConnectUrl2,
},
},
{
recordings: {
archived: {
aggregate: {
count: mockCount3,
target: {
alias: mockAlias2,
connectUrl: mockConnectUrl2,
recordings: {
archived: {
aggregate: {
count: mockCount2,
},
},
},
},
},
{
target: {
alias: mockAlias3,
serviceUri: mockConnectUrl3,
connectUrl: mockConnectUrl3,
recordings: {
archived: {
aggregate: {
count: mockCount3,
},
},
},
},
},
],
Expand All @@ -122,10 +122,12 @@ const mockNewTargetCountResponse = {
data: {
targetNodes: [
{
recordings: {
archived: {
aggregate: {
count: mockNewCount,
target: {
recordings: {
archived: {
aggregate: {
count: mockNewCount,
},
},
},
},
Expand Down

0 comments on commit d5b9ed7

Please sign in to comment.