Skip to content

Commit 29565a8

Browse files
Update classCardContainer
1 parent 0805e3b commit 29565a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ServerSideRedering.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('Rendering test of components on the server', () => {
44

55
test('Should rendering carousel on server', async() => {
66

7-
const classCardContainer = 'Card_module_container__c1140499'
7+
const classCardContainer = 'Card_module_container__bd43ad53'
88

99
const test = await axios.get('http://localhost:3333/carousel')
1010

@@ -15,7 +15,7 @@ describe('Rendering test of components on the server', () => {
1515

1616
test('Should rendering list on server', async() => {
1717

18-
const classCardContainer = 'RectangularCard_module_container__581567c0'
18+
const classCardContainer = 'RectangularCard_module_container__e8f8839b'
1919

2020
const test = await axios.get('http://localhost:3333/list')
2121

0 commit comments

Comments
 (0)