Skip to content

Commit 2e61f90

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 1afae98 commit 2e61f90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contentcuration/contentcuration/frontend/shared/views/__tests__/StudioDetailsPanel.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('StudioDetailsPanel', () => {
7979
},
8080
},
8181
mocks,
82-
stubs
82+
stubs,
8383
);
8484

8585
const img = screen.getByAltText('Test Channel');
@@ -103,7 +103,7 @@ describe('StudioDetailsPanel', () => {
103103
},
104104
},
105105
{},
106-
stubs
106+
stubs,
107107
);
108108

109109
expect(screen.getByTestId('placeholder')).toBeInTheDocument();
@@ -125,7 +125,7 @@ describe('StudioDetailsPanel', () => {
125125
created: '2024-01-01',
126126
},
127127
},
128-
mocks
128+
mocks,
129129
);
130130

131131
expect(screen.getByText('March 10, 2024')).toBeInTheDocument();

contentcuration/contentcuration/frontend/shared/views/__tests__/StudioDetailsRow.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('StudioDetailsRow', () => {
5353
expect(screen.getByText('Resources for coaches')).toBeInTheDocument();
5454
expect(screen.getByText('5')).toBeInTheDocument();
5555
expect(
56-
screen.getByText('Resources for coaches are only visible to coaches in Kolibri')
56+
screen.getByText('Resources for coaches are only visible to coaches in Kolibri'),
5757
).toBeInTheDocument();
5858
});
5959

0 commit comments

Comments
 (0)