Skip to content

Commit

Permalink
Fix LeftPanel test
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Feb 1, 2023
1 parent fcf1546 commit bb94687
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ fetchMock.get(schemasEndpoint, {
});

fetchMock.get(tablesEndpoint, {
count: 3,
result: [
tableLength: 3,
options: [
{ value: 'Sheet1', type: 'table', extra: null },
{ value: 'Sheet2', type: 'table', extra: null },
{ value: 'Sheet3', type: 'table', extra: null },
Expand Down

0 comments on commit bb94687

Please sign in to comment.